CI: increase timeout to 90min

esp. the macOS CI jobs are sometimes rather slow,
so 40min were not enough.
This commit is contained in:
Thomas Waldmann 2023-10-27 22:30:52 +02:00
parent b83525cd4c
commit dff29627dc
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 90
steps:
- uses: actions/checkout@v3