CI: extend daily job timeout
Some checks are pending
Python Formatting Check / formatting (push) Waiting to run
Tests / Run tests (3.12) (push) Waiting to run
Tests / Run tests (3.8) (push) Waiting to run

This was left at the default of six hours, but it timed out last
might. I'll set it at eight hours to see if this is more reliable.
This commit is contained in:
Misty De Méo 2025-03-05 16:59:32 -08:00 committed by Misty De Méo
parent 5350c202dc
commit 0f707dc02b

View File

@ -8,6 +8,7 @@ jobs:
test:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 480
steps:
- uses: actions/checkout@v4