Merge pull request #8067 from ThomasWaldmann/increase-gh-actions-timeout-1.4

gh actions: increase timeout (1.4-maint)
This commit is contained in:
TW 2024-01-30 13:00:10 +01:00 committed by GitHub
commit e744e04821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 2
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
@ -67,7 +67,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 90
timeout-minutes: 180
steps:
- uses: actions/checkout@v3