ci: Raise time limit even more

Apparently Windows CI is real slow on GitHub currently...
This commit is contained in:
Florian Bruhin 2023-04-10 23:28:22 +02:00
parent 30e70803d0
commit 950d55002e
1 changed files with 1 additions and 1 deletions

View File

@ -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