Skip to content

Commit

Permalink
Increase timeout for install
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Oct 4, 2024
1 parent 5f640dd commit 2deba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps-test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2deba73

Please sign in to comment.