[eric] ci: a hung backend test fails by name after ten minutes (pytest-timeout) instead of burning the 60-minute job nameless, both Mac legs sat at 97% (ENG-486)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
ciregenz
2026-09-06 19:07:14 -07:00
co-authored by Claude Fable 5.1
parent 28684b7a81
commit 9ff73b779f
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ jobs:
- name: Backend suite
shell: bash
run: python -m pytest backend/tests -q -p no:cacheprovider
# A test that hangs fails by NAME after ten minutes and the leg goes on; without this the first macOS run sat at 97% for 54 minutes and was cancelled nameless.
run: python -m pytest backend/tests -q -p no:cacheprovider --timeout 600
- uses: actions/setup-node@v4
if: always()