There was an error while loading. Please reload this page.
1 parent 1ae1aa1 commit fb36552Copy full SHA for fb36552
1 file changed
.maestro/scripts/setup-android-emulator.sh
@@ -77,8 +77,8 @@ fi
77
emulator "${EMULATOR_ARGS[@]}" > /dev/null 2>&1 &
78
79
echo "Waiting for emulator ($SERIAL) to connect to ADB..."
80
-if ! timeout 120 adb -s "$SERIAL" wait-for-device; then
81
- echo "Error: Emulator did not connect to ADB after 120s."
+if ! timeout 300 adb -s "$SERIAL" wait-for-device; then
+ echo "Error: Emulator did not connect to ADB after 300s."
82
exit 1
83
fi
84
0 commit comments