Skip to content

Commit deae2fc

Browse files
committed
CI: back off the agressive timeout
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.
1 parent f470382 commit deae2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
tox:
1010
name: ${{ matrix.os }} / ${{ matrix.python-version }}
1111
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
12-
timeout-minutes: 10
12+
timeout-minutes: 20
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)