Skip to content

Commit

Permalink
[187316637]: increase timeout during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Mar 26, 2024
1 parent 799df38 commit 50d10c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uncached <- httpcache::uncached
## See other options in inst/crunch-test.R
crunch:::set_crunch_opts(
crunch.debug = FALSE,
crunch.timeout = 20, ## In case an import fails to start, don't wait forever
crunch.timeout = 30, ## In case an import fails to start, don't wait forever
crunch.require.confirmation = TRUE,
crunch.check.updates = FALSE,
crunch.namekey.dataset = "alias",
Expand Down

0 comments on commit 50d10c5

Please sign in to comment.