We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d7535 commit c0e37d7Copy full SHA for c0e37d7
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -94,7 +94,7 @@ log "Starting Android emulator"
94
nohup emulator -no-metrics -partition-size 1024 -memory 4096 -wipe-data -no-window -no-snapshot -noaudio -no-boot-anim -avd "${ANDROID_EMULATOR_NAME}" &
95
96
log "Waiting for Android emulator startup"
97
-timeout ${ANDROID_EMULATOR_TIMEOUT} adb wait-for-any-device
+timeout "${ANDROID_EMULATOR_TIMEOUT}" adb wait-for-any-device
98
99
log "Prepare Swift test package"
100
# create a staging folder where we copy the test executable
0 commit comments