Skip to content

Commit 440cd6a

Browse files
committed
modify a test
1 parent 74a2be8 commit 440cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hpc/test-crew_sge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test_that("crew SGE with many tasks and many workers", {
1212
)
1313
tar_option_set(controller = crew::crew_controller_group(controller))
1414
list(
15-
tar_target(x, seq_len(10000)),
15+
tar_target(x, seq_len(10000), deployment = "main"),
1616
tar_target(y, Sys.sleep(0.1), pattern = map(x))
1717
)
1818
})

0 commit comments

Comments
 (0)