ci: Raise time limit even more
Apparently Windows CI is real slow on GitHub currently...
This commit is contained in:
parent
30e70803d0
commit
950d55002e
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
|
||||
tests:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
# continue-on-error: "${{ matrix.experimental == true }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue