File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ RETRY_DELAY=10
88
99# Timeout for the Maestro driver (instrumentation) to come up. Maestro's default is 15s;
1010# CI emulators/simulators are slower, but 5 min (300000) was the per-attempt multiplier that
11- # amplified broken-build runs to ~25 min. 3 min balances driver startup on loaded CI runners
12- # (macos-26 with 4 parallel shards) while still failing fast on genuinely broken builds.
13- # Override via env var if needed: export MAESTRO_DRIVER_STARTUP_TIMEOUT=240000
14- MAESTRO_DRIVER_STARTUP_TIMEOUT=" ${MAESTRO_DRIVER_STARTUP_TIMEOUT:- 180000} "
11+ # amplified broken-build runs to ~25 min. 2 min is generous for the driver to start while
12+ # keeping the worst-case failure time bounded.
13+ MAESTRO_DRIVER_STARTUP_TIMEOUT=120000
1514
1615# --- Per-flow video recording (BrowserStack-style debugging) ----------------------------
1716# We record a screen video around every flow, then KEEP it only if the flow FAILS and DELETE
You can’t perform that action at this time.
0 commit comments