Skip to content

Commit 72a90da

Browse files
authored
increase timeout-minutes to 45 (#6541)
1 parent c9bf8df commit 72a90da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
RUST_BACKTRACE: full
116116
name: Run rust tests
117117
runs-on: ${{ matrix.os }}
118-
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 35 }}
118+
timeout-minutes: 45
119119
strategy:
120120
matrix:
121121
os: [macos-latest, ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)