CI: Add timeouts to Python tests to prevent hanging

This commit is contained in:
forbes
2026-01-27 20:43:41 -06:00
parent 8a8ee08c68
commit af173e24ff
2 changed files with 10714 additions and 2 deletions

View File

@@ -88,7 +88,9 @@ jobs:
run: pixi run install-release
- name: Run Python CLI tests
run: pixi run build/release/bin/FreeCADCmd -t 0 || true
timeout-minutes: 10
run: pixi run timeout 300 build/release/bin/FreeCADCmd -t 0 || true
- name: Run GUI tests (headless)
run: pixi run xvfb-run build/release/bin/FreeCAD -t 0 || true
timeout-minutes: 10
run: pixi run timeout 300 xvfb-run -a build/release/bin/FreeCAD -t 0 || true

10710
logs/build-build-705.log Normal file

File diff suppressed because one or more lines are too long