We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04407be commit 63e6c01Copy full SHA for 63e6c01
1 file changed
.github/workflows/ci.yaml
@@ -113,7 +113,7 @@ jobs:
113
RUST_BACKTRACE: full
114
name: Run rust tests
115
runs-on: ${{ matrix.os }}
116
- timeout-minutes: ${{ contains(matrix.os, 'windows') && 40 || 30 }}
+ timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
117
strategy:
118
matrix:
119
os: [macos-latest, ubuntu-latest, windows-latest]
@@ -239,7 +239,7 @@ jobs:
239
240
name: Run snippets and cpython tests
241
242
243
244
245
0 commit comments