Skip to content

Commit

Permalink
chore(ci): increase timeout from 20m to 30m
Browse files Browse the repository at this point in the history
With Python 3.12 now being tested, workflow runs are reaching timeout a bit too often.

Increase the timeout to reduce workflow failures.

Signed-off-by: mayeut <[email protected]>
  • Loading branch information
mayeut committed Oct 14, 2023
1 parent 9705e58 commit e4ebf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
py3:
name: py3-${{ matrix.os }}-${{ startsWith(matrix.os, 'windows') && matrix.archs || 'all' }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e4ebf58

Please sign in to comment.