Commit 4187927
t1_experiments: retry a timed-out tool command once, visibly
A 30 s hang on launch or terminate is a simulator/adb hiccup, not a
property of the experiment being launched (healthy duration 0.2-0.4 s).
sh() now retries once on timeout - free when things are healthy, and it
removes the one failure mode that has turned the workflow red without
an app defect behind it. A successful retry still prints a ~ retried
note so the hiccup stays visible; only a second timeout returns the
failed-command stand-in.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0cd4c95 commit 4187927
1 file changed
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
99 | 113 | | |
100 | 114 | | |
101 | 115 | | |
| |||
0 commit comments