Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Aug 2, 2024
1 parent 509bd2e commit 32fc13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/local/test-backlog_tasks_max.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ test_that("backlog of tasks completes with finite tasks_max", {
testthat::expect_equal(length(controller$tasks), 0L)
testthat::expect_equal(sum(controller$launcher$workers$assigned), n_tasks)
testthat::expect_equal(sum(controller$launcher$workers$complete), n_tasks)
expect_gt(length(readLines(log), 2 * time["elapsed"]))
expect_gt(length(readLines(log)), 2 * time["elapsed"])
expect_lt(length(readLines(log)), time["elapsed"] * 4 + 2)
})

0 comments on commit 32fc13a

Please sign in to comment.