Commit 4ec0a18
harness: 180s timeout per verify (a runtime-hanging miscompiled smoke can't stall the run)
flutie's --full smoke compiled to a binary that infinite-loops at runtime,
which hung the Phase 2a xargs barrier indefinitely (Phase 2b never started).
Wrap each verify in 'timeout 180' so a non-terminating smoke just yields no
verdict instead of blocking the whole behaviour audit. (flutie itself is a
non-termination miscompile worth a separate look.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 116d1c2 commit 4ec0a18
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | | - | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments