From 50d10c539612d41a16b50ae460991d3368a57cf8 Mon Sep 17 00:00:00 2001 From: Greg Freedman Ellis Date: Tue, 26 Mar 2024 14:30:17 -0500 Subject: [PATCH] [187316637]: increase timeout during testing --- tests/testthat/helper.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/helper.R b/tests/testthat/helper.R index c59c0e685..f3160b326 100644 --- a/tests/testthat/helper.R +++ b/tests/testthat/helper.R @@ -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",