mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 05:07:40 +02:00
[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:
co-authored by
Claude Fable 5.1
parent
28684b7a81
commit
9ff73b779f
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user