Skip to content

Commit 5c1a288

Browse files
Revert "chore: inrease maestro driver setup timeout"
This reverts commit b11c974.
1 parent b3d3990 commit 5c1a288

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

maestro/helpers/helpers.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)