fix(ci): kill timed tui pty test runs

This commit is contained in:
Vincent Koc 2026-05-26 18:42:47 +02:00
parent 6c18c212e9
commit 081e29595e
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View file

@ -38,4 +38,4 @@ jobs:
install-bun: "false"
- name: Run TUI PTY tests
run: timeout 120s node scripts/run-vitest.mjs run --config test/vitest/vitest.tui-pty.config.ts
run: timeout --kill-after=30s 120s node scripts/run-vitest.mjs run --config test/vitest/vitest.tui-pty.config.ts