Skip to content

Commit

Permalink
up to 2000 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Oct 4, 2024
1 parent 75d76b7 commit ebed62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-module_teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ testthat::describe("srv_teal lockfile", {
),
expr = {
iter <- 1
while (!file.exists(renv_filename) && iter <= 1000) {
while (!file.exists(renv_filename) && iter <= 2000) {
Sys.sleep(1)
iter <- iter + 1 # max wait time is 500 seconds
}
Expand Down

0 comments on commit ebed62e

Please sign in to comment.