Skip to content

Commit c0e37d7

Browse files
committed
Quote ANDROID_EMULATOR_TIMEOUT for shellcheck
1 parent 89d7535 commit c0e37d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ log "Starting Android emulator"
9494
nohup emulator -no-metrics -partition-size 1024 -memory 4096 -wipe-data -no-window -no-snapshot -noaudio -no-boot-anim -avd "${ANDROID_EMULATOR_NAME}" &
9595

9696
log "Waiting for Android emulator startup"
97-
timeout ${ANDROID_EMULATOR_TIMEOUT} adb wait-for-any-device
97+
timeout "${ANDROID_EMULATOR_TIMEOUT}" adb wait-for-any-device
9898

9999
log "Prepare Swift test package"
100100
# create a staging folder where we copy the test executable

0 commit comments

Comments
 (0)