Skip to content

Commit

Permalink
Extend launch time in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 19, 2023
1 parent 4d61b59 commit acef27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sge/minimal.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(testthat)
controller <- crew_controller_sge(
name = "my_workflow",
workers = 1L,
seconds_launch = 720,
seconds_launch = 604800,
seconds_idle = 300,
script_lines = paste0("module load R/", getRversion()),
verbose = TRUE
Expand Down
1 change: 1 addition & 0 deletions tests/sge/persistent.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library(testthat)
x <- crew_controller_sge(
name = "123",
workers = 1L,
seconds_launch = 604800,
seconds_idle = 300,
script_lines = paste0("module load R/", getRversion())
)
Expand Down

0 comments on commit acef27f

Please sign in to comment.