fabro/test/twin
Bryan Helmkamp 4585f9874c
fix(test): wait for chrome process exit instead of polling for screenshot
The headless Chrome screenshot test polled for the screenshot file every
100 ms for 20 seconds, then panicked. Slow CI runners (Ubuntu 24.04 GHA)
sometimes took longer than the polling deadline, surfacing as a flake.

Chrome with `--screenshot` exits when the file is written, so waiting on
the process is the deterministic completion signal — no polling, no
arbitrary deadline that might be too short.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 17:49:04 -04:00
..
github refactor(auth): simplify CLI auth plumbing after code review 2026-04-20 11:13:37 -04:00
openai fix(test): wait for chrome process exit instead of polling for screenshot 2026-04-23 17:49:04 -04:00