Skip to content

Commit 63e6c01

Browse files
authored
CI: Increase windows timeout from 40 -> 45 (RustPython#5993)
1 parent 04407be commit 63e6c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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') && 40 || 30 }}
116+
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
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') && 40 || 30 }}
242+
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
243243
strategy:
244244
matrix:
245245
os: [macos-latest, ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)