workflows: increase timeout to 60 minutes

This commit is contained in:
Michael Schmoock
2022-12-28 16:53:51 +01:00
committed by Christian Decker
parent 5609865631
commit e1e6a2258a

View File

@@ -14,7 +14,7 @@ jobs:
build-and-test:
name: Test PY=${{ matrix.python-version }}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
matrix: