ci: allow full coverage report to finish

This commit is contained in:
jxxghp
2026-08-27 22:32:33 +08:00
parent f134e068e7
commit cb139ee20d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ jobs:
run: uv sync --locked
- name: Generate coverage reports
timeout-minutes: 10
timeout-minutes: 15
run: |
uv run --locked --no-sync python -m coverage erase
uv run --locked --no-sync python -m coverage run tests/run.py --serial