Skip to content

Commit 5cc49f7

Browse files
committed
test with controller gropus
1 parent a33b21e commit 5cc49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hpc/test-crew_sge.R.R renamed to tests/hpc/test-crew_sge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tar_test("crew SGE with many tasks and many workers", {
99
tasks_max = 100,
1010
script_lines = "module load R/4.2.2"
1111
)
12-
tar_option_set(controller = controller)
12+
tar_option_set(controller = crew_controller_group(controller))
1313
list(
1414
tar_target(x, seq_len(10000)),
1515
tar_target(y, Sys.sleep(1), pattern = map(x))

0 commit comments

Comments
 (0)