Skip to content

Commit e33101e

Browse files
committed
Make all timeouts consistently a bit higher
1 parent ac62840 commit e33101e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { rust: 'stable', r: '4.2' }
2424
# Nightly rust
2525
- { rust: 'nightly', r: 'release' }
26-
timeout-minutes: 30
26+
timeout-minutes: 40
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
config:
1515
- { rust: 'nightly', r: 'release', runs_on: 'macos-latest' }
1616
- { rust: 'stable', r: '4.2', runs_on: 'macos-14' }
17-
timeout-minutes: 30
17+
timeout-minutes: 40
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
steps:

.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: 30
19+
timeout-minutes: 40
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:

0 commit comments

Comments
 (0)