CI: increase timeout

This commit is contained in:
Thomas Waldmann 2025-12-15 17:35:12 +01:00
parent fefb4dfd8e
commit ddcf61b5db
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -158,7 +158,8 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 120
# macOS machines can be slow, if overloaded.
timeout-minutes: 360
steps:
- uses: actions/checkout@v4