ci: Decrease time limit again

Was due to https://github.com/pytest-dev/pytest/issues/10896
This commit is contained in:
Florian Bruhin 2023-04-14 21:04:12 +02:00
parent 49048489c3
commit 06c5de554b
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: 90
timeout-minutes: 45
# continue-on-error: "${{ matrix.experimental == true }}"
strategy:
fail-fast: false