Merge pull request #8083 from ThomasWaldmann/increase-gh-actions-timeout-master

gh actions: increase timeout
This commit is contained in:
TW 2024-02-09 03:28:14 +01:00 committed by GitHub
commit 8cfbd3ea3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 2
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
@ -70,7 +70,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@v3
@ -139,7 +139,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 180
steps:
- uses: actions/checkout@v3
@ -195,7 +195,7 @@ jobs:
windows:
runs-on: windows-latest
timeout-minutes: 60
timeout-minutes: 120
needs: linux
env: