Skip to content

Commit

Permalink
sleep less
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 6, 2024
1 parent 5cc49f7 commit a741d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hpc/test-crew_sge.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tar_test("crew SGE with many tasks and many workers", {
tar_option_set(controller = crew_controller_group(controller))
list(
tar_target(x, seq_len(10000)),
tar_target(y, Sys.sleep(1), pattern = map(x))
tar_target(y, Sys.sleep(0.1), pattern = map(x))
)
})
tar_make()
Expand Down

0 comments on commit a741d62

Please sign in to comment.