Increase boot timeout to 600s

This commit is contained in:
残页 2023-10-14 14:29:08 +08:00 committed by John Wu
parent 36de62873a
commit 32c5153e8e

View File

@ -4,7 +4,7 @@ emu="$ANDROID_SDK_ROOT/emulator/emulator"
avd="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/avdmanager"
sdk="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager"
emu_args='-no-window -gpu swiftshader_indirect -read-only -no-snapshot -noaudio -no-boot-anim -show-kernel'
boot_timeout=300
boot_timeout=600
emu_pid=
# Should be either 'google_apis' or 'default'