From 2deba730d247644d41a7a34ee33b0b95b2e24fb7 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 4 Oct 2024 13:03:32 -0400 Subject: [PATCH] Increase timeout for install --- .github/workflows/apps-test-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps-test-os.yml b/.github/workflows/apps-test-os.yml index a89ab890cf..da5e897e30 100644 --- a/.github/workflows/apps-test-os.yml +++ b/.github/workflows/apps-test-os.yml @@ -122,7 +122,7 @@ jobs: echo 'MAKEFLAGS=-j2' >> .Renviron - name: Install R, shinycoreci, and shinyverse - timeout-minutes: 30 # Should be < 10 mins + timeout-minutes: 180 # Should be < 10 mins, except for mac uses: ./.github/internal/install-shinyverse with: r-version: ${{ inputs.r-version }}