mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 03:45:39 +00:00
fix(ci): kill timed tui pty test runs
This commit is contained in:
parent
6c18c212e9
commit
081e29595e
2 changed files with 11 additions and 1 deletions
2
.github/workflows/tui-pty.yml
vendored
2
.github/workflows/tui-pty.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue