Skip to content

Commit 442c7c6

Browse files
fix: increase timeout fo android emulator
1 parent d6fd017 commit 442c7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.maestro/scripts/setup-android-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191
emulator "${EMULATOR_ARGS[@]}" > /dev/null 2>&1 &
9292

9393
echo "Waiting for emulator ($SERIAL) to connect to ADB..."
94-
if ! timeout 120 adb -s "$SERIAL" wait-for-device; then
94+
if ! timeout 300 adb -s "$SERIAL" wait-for-device; then
9595
echo "Error: Emulator did not connect to ADB after 120s."
9696
exit 1
9797
fi

0 commit comments

Comments
 (0)