.github: apply timeout to pytest regress (#7142)

These test runs usually take 20-30 minutes. if something hangs, we see
actions proceeding for several hours: it's more convenient to have them
time out sooner so that we notice that something has hung faster.
This commit is contained in:
John Spray
2024-03-15 15:57:01 +00:00
committed by GitHub
parent 59b6cce418
commit 7d32af5ad5

View File

@@ -461,6 +461,7 @@ jobs:
- name: Pytest regression tests
uses: ./.github/actions/run-python-test-set
timeout-minutes: 60
with:
build_type: ${{ matrix.build_type }}
test_selection: regress