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
Add 5-minute timeout to alert tests to prevent CI hangs (#4221)
## Changes
Add an aggressive 5-minute timeout (TimeoutCloud = "5m") to prevent
wasting CI time while still allowing the tests to run and potentially
catch if the quota issue gets resolved.
Affected tests:
- bundle/resources/alerts/basic
- bundle/resources/alerts/with_file
- bundle/deployment/bind/alert
- bundle/generate/alert
## Why
Alert integration tests are timing out because alert creation is hitting
QUOTA_EXCEEDED errors (429) and retrying indefinitely. Tests hang for
50+ minutes (terraform) or 15+ minutes (direct engine) before being
killed by the test timeout.
This was discovered during investigation of AWS integration test runtime
increases from ~1.5 hours to 5-6 hours starting Jan 5, 2026.
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
# redact ?o=[NUMID]. Different clouds can have different URL serialization, like [DATABRICKS_URL]/sql/alerts-v2/[ALERT_ID] vs [DATABRICKS_URL]/sql/alerts-v2/[ALERT_ID]?o=[NUMID].
0 commit comments