ci: Decrease time limit again
Was due to https://github.com/pytest-dev/pytest/issues/10896
This commit is contained in:
parent
49048489c3
commit
06c5de554b
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
|
||||
tests:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
timeout-minutes: 90
|
||||
timeout-minutes: 45
|
||||
# continue-on-error: "${{ matrix.experimental == true }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue