Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 15, 2023
1 parent fcd1025 commit 96e944e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/throughput/test-backlog-tasks_max.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ system.time(
testthat::expect_equal(length(controller$schedule$pushed), 0L)
testthat::expect_equal(length(controller$schedule$collected), 0L)
controller$launcher$terminate()
controller$launcher$poll()
controller$launcher$rotate(index = seq_len(20L))
controller$launcher$tally()
testthat::expect_equal(sum(controller$launcher$workers$assigned), n_tasks)
testthat::expect_equal(sum(controller$launcher$workers$complete), n_tasks)
controller$terminate()

0 comments on commit 96e944e

Please sign in to comment.