Commit df5c76e
The first green-path acceptance run (28782056292) passed iOS end-to-end
and ran all 30 Android scrolls with ZERO RUNNER_TIMEOUT — confirming the
local drag-latency that motivated Android's amount-0.5 guard was pure host
degradation, not a CI constraint. At SWIPE_FRACTION 0.4, amount 0.5 travels
only ~0.2*height/scroll (~3 rows), so 30 scrolls fell ~5 rows short of
row 80. Use amount 1 on both platforms (~0.4*height/scroll).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent f58c85d commit df5c76e
2 files changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments