Skip to content

Commit

Permalink
CI: back off the agressive timeout
Browse files Browse the repository at this point in the history
Precise number does not matter that much, so lets not stop potentially working tests.
The point was to cut off well before 6 hours, so any small number will do.
  • Loading branch information
pajod committed Dec 29, 2023
1 parent f470382 commit deae2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
tox:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
timeout-minutes: 10
timeout-minutes: 20
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit deae2fc

Please sign in to comment.