mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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.
This commit is contained in:
parent
f4703824c3
commit
deae2fc4c5
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
tox:
|
tox:
|
||||||
name: ${{ matrix.os }} / ${{ matrix.python-version }}
|
name: ${{ matrix.os }} / ${{ matrix.python-version }}
|
||||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
|
# 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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user