Commit 7975105
test(webapp): give the Worker settlement poll room and poll gently
The bridge-integrity test polled its DOM integrity scan every 5ms (~200×/s)
while waiting up to 5s for the Worker's release-exact solve. On a loaded CI
runner that scan storm starved the very Worker message-handling it awaited,
so the release-exact settlement counter did not advance in time and the poll
timed out — while the integrity assertions it guards were never in question.
Poll gently (100/250/500ms) and allow 15s for the Worker round-trip, with a
60s test budget. No change to what the test verifies.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014K2K5q7x9kmnkG3qpFQhwT1 parent 04370cc commit 7975105
1 file changed
Lines changed: 11 additions & 2 deletions
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
| |||
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
333 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
334 | 341 | | |
335 | 342 | | |
336 | 343 | | |
| |||
372 | 379 | | |
373 | 380 | | |
374 | 381 | | |
375 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
376 | 385 | | |
377 | 386 | | |
378 | 387 | | |
| |||
0 commit comments