From bbd77e59c4d626fad7194e74954fab8439d7d9cf Mon Sep 17 00:00:00 2001 From: JoshFry Date: Wed, 27 Mar 2024 10:50:26 -0400 Subject: [PATCH] Update helper.R Trying out another increase --- 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 f3160b326..18a1bab89 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 = 30, ## In case an import fails to start, don't wait forever + crunch.timeout = 60, ## In case an import fails to start, don't wait forever crunch.require.confirmation = TRUE, crunch.check.updates = FALSE, crunch.namekey.dataset = "alias",