Skip to content

Commit 2deba73

Browse files
authored
Increase timeout for install
1 parent 5f640dd commit 2deba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apps-test-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo 'MAKEFLAGS=-j2' >> .Renviron
123123
124124
- name: Install R, shinycoreci, and shinyverse
125-
timeout-minutes: 30 # Should be < 10 mins
125+
timeout-minutes: 180 # Should be < 10 mins, except for mac
126126
uses: ./.github/internal/install-shinyverse
127127
with:
128128
r-version: ${{ inputs.r-version }}

0 commit comments

Comments
 (0)