Found during the rc.6 fix-wave merge train. .github/workflows/playwright.yml:26 sets timeout-minutes: 12 with a comment claiming 8-min budget + headroom, but observed green runs are 10m08s-11m16s (85-95% of cap). γ-suite (chromium) is a required status check, so any slow runner trips the cap and blocks the PR — this cost 3 attempts on PR #1913 (two kills at 12m15s mid-run with 0 failure markers, 576/653 and 578/653 progressing; third attempt green at 8m26s; measured per-test pace showed a 40% slower runner). Raise the cap or shard the suite.
Found during the rc.6 fix-wave merge train.
.github/workflows/playwright.yml:26setstimeout-minutes: 12with a comment claiming 8-min budget + headroom, but observed green runs are 10m08s-11m16s (85-95% of cap). γ-suite (chromium) is a required status check, so any slow runner trips the cap and blocks the PR — this cost 3 attempts on PR #1913 (two kills at 12m15s mid-run with 0 failure markers, 576/653 and 578/653 progressing; third attempt green at 8m26s; measured per-test pace showed a 40% slower runner). Raise the cap or shard the suite.