Commit 272c73a
Add timeout guards to SWE-bench Pro test.sh verifiers
Jest/npm/pytest/go test commands in 5 task verifiers had no timeout,
causing indefinite hangs when individual tests stall (observed:
InteractiveAuthDialog-test.ts hung >2h in element-web task).
Adds `timeout 600` (10min) wrapper to all affected test runners.
Also adds `--forceExit` to jest commands to kill workers immediately
when tests complete (prevents jest from waiting for open handles).
Affected tasks:
- element-web-roomheaderbuttons-can-crash-fix-001 (jest)
- element-web-unread-indicators-diverge-fix-001 (jest)
- vscode-stale-diagnostics-feat-001 (npm test)
- ansible-abc-imports-fix-001 (pytest)
- teleport-users-can-delete-fix-001 (go test)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3c487d0 commit 272c73a
File tree
5 files changed
+5
-5
lines changed- benchmarks
- csb_sdlc_feature/vscode-stale-diagnostics-feat-001/tests
- csb_sdlc_fix
- ansible-abc-imports-fix-001/tests
- element-web-roomheaderbuttons-can-crash-fix-001/tests
- element-web-unread-indicators-diverge-fix-001/tests
- teleport-users-can-delete-fix-001/tests
5 files changed
+5
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments