Skip to content

Commit 9e5ed29

Browse files
committed
Increase unix CI timeout to 35 minutes (was 30)
1 parent 4bee896 commit 9e5ed29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
RUST_BACKTRACE: full
114114
name: Run rust tests
115115
runs-on: ${{ matrix.os }}
116-
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
116+
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 35 }}
117117
strategy:
118118
matrix:
119119
os: [macos-latest, ubuntu-latest, windows-latest]
@@ -239,7 +239,7 @@ jobs:
239239
RUST_BACKTRACE: full
240240
name: Run snippets and cpython tests
241241
runs-on: ${{ matrix.os }}
242-
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
242+
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 35 }}
243243
strategy:
244244
matrix:
245245
os: [macos-latest, ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)