mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Try to get rid of Android emulator timeouts.
This commit is contained in:
parent
71b5cb5626
commit
b46ec42fff
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -493,6 +493,7 @@ jobs:
|
|||||||
target: google_apis
|
target: google_apis
|
||||||
ndk: 25.1.8937393
|
ndk: 25.1.8937393
|
||||||
emulator-options: -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
emulator-options: -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
||||||
|
emulator-boot-timeout: 900
|
||||||
script: |
|
script: |
|
||||||
echo "Generated AVD snapshot for caching."
|
echo "Generated AVD snapshot for caching."
|
||||||
|
|
||||||
@ -505,6 +506,7 @@ jobs:
|
|||||||
target: google_apis
|
target: google_apis
|
||||||
ndk: 25.1.8937393
|
ndk: 25.1.8937393
|
||||||
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
||||||
|
emulator-boot-timeout: 900
|
||||||
script: |
|
script: |
|
||||||
sleep 20
|
sleep 20
|
||||||
adb wait-for-device
|
adb wait-for-device
|
||||||
|
Loading…
Reference in New Issue
Block a user