We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bee896 commit 9e5ed29Copy full SHA for 9e5ed29
.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') && 45 || 30 }}
+ timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 35 }}
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