Skip to content

Commit ef5d8cc

Browse files
chore: inrease maestro driver setup timeout
1 parent 41b4978 commit ef5d8cc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

maestro/helpers/helpers.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ 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. 2 min is generous for the driver to start while
12-
# keeping the worst-case failure time bounded.
13-
MAESTRO_DRIVER_STARTUP_TIMEOUT=120000
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}"
1415

1516
# --- Per-flow video recording (BrowserStack-style debugging) ----------------------------
1617
# We record a screen video around every flow, then KEEP it only if the flow FAILS and DELETE

0 commit comments

Comments
 (0)