Skip to content

Commit

Permalink
Extend CI job timeout for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 24, 2023
1 parent d91b48b commit 0af536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: ${{ matrix.os == 'windows-latest' && 20 || 10 }}
strategy:
matrix:
os: ["ubuntu-latest"]
Expand Down

0 comments on commit 0af536b

Please sign in to comment.