Skip to content

Commit fc0a201

Browse files
committed
Increase timeout a bit more on Windows
In particular ARM Windows takes a long time to install R package dependencies, on the order of ~20 minutes, if there is a cache miss
1 parent 2eee5a3 commit fc0a201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { rust: 'stable', r: 'release', runs_on: 'windows-latest' }
1717
# arm64
1818
- { rust: 'stable', r: 'release', runs_on: 'windows-11-arm' }
19-
timeout-minutes: 40
19+
timeout-minutes: 60
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:

0 commit comments

Comments
 (0)