You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Visual Regression Checker workflow has no effective timeout: 2 of its last 3 runs hung for 1.6-2.0 hours before eventually failing, versus a clean ~4-minute driver_exit on the third (healthy) run. A workflow that can silently occupy a runner for ~2 hours before failing wastes CI capacity and delays feedback far longer than the failure itself warrants.
Evidence
Source: Audit Workflows discussion #56739, finding 5 — reports the 1.6-2.0 hour hang-before-fail pattern across 2 of the last 3 runs, contrasted with a ~4 minute clean exit on the healthy run.
Suggested action
Add an explicit timeout-minutes (or equivalent engine-level timeout) to the Visual Regression Checker workflow, set well above the healthy-run duration (e.g. 15-20 minutes) but far below the observed 1.6-2.0 hour hangs, so failures surface promptly instead of consuming a runner for hours.
Acceptance criteria
Visual Regression Checker workflow has an explicit timeout configured.
A simulated/forced hang in this workflow is terminated by the timeout well under an hour.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Problem
The Visual Regression Checker workflow has no effective timeout: 2 of its last 3 runs hung for 1.6-2.0 hours before eventually failing, versus a clean ~4-minute
driver_exiton the third (healthy) run. A workflow that can silently occupy a runner for ~2 hours before failing wastes CI capacity and delays feedback far longer than the failure itself warrants.Evidence
Suggested action
Add an explicit
timeout-minutes(or equivalent engine-level timeout) to the Visual Regression Checker workflow, set well above the healthy-run duration (e.g. 15-20 minutes) but far below the observed 1.6-2.0 hour hangs, so failures surface promptly instead of consuming a runner for hours.Acceptance criteria
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See 网络 Configuration for more information.