Add 10-minute timeout to test commands and disable e2e in merge pipeline
Test commands in run_project_tests now use wait-timeout to enforce a 600-second ceiling, preventing hung processes (e.g. Playwright with no server) from blocking the merge pipeline indefinitely. Also disables e2e tests in script/test until the merge workspace can run them safely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ store.json
|
||||
|
||||
# Matrix SDK state store
|
||||
.story_kit/matrix_store/
|
||||
.story_kit/matrix_device_id
|
||||
|
||||
# Agent worktrees and merge workspace (managed by the server, not tracked in git)
|
||||
.story_kit/worktrees/
|
||||
|
||||
Reference in New Issue
Block a user