From 24c92b72be7a53fb0b7cb65d8c8a5f098946aff8 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Mon, 5 Oct 2020 11:39:48 -0400 Subject: [PATCH] bump timeout time to 3 hrs --- .github/workflows/ci-runtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-runtests.yml b/.github/workflows/ci-runtests.yml index d540c010f6..ae752a34b0 100644 --- a/.github/workflows/ci-runtests.yml +++ b/.github/workflows/ci-runtests.yml @@ -261,7 +261,7 @@ jobs: # do not update pkgs, as they were installed above # do update app pkgs, as they have NOT been installed - name: Run tests - timeout-minutes: 120 + timeout-minutes: 180 shell: Rscript {0} run: | options(install.packages.check.source = 'no')