Make large-tests pass on API 23

This commit is contained in:
2021-04-26 21:21:51 -05:00
parent 1feefe107c
commit a7845c9290
5 changed files with 24 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ android_test() {
log_info "Launching emulator..."
$EMULATOR -avd $AVDNAME -port 6${API}0 1>/dev/null 2>&1 &
log_info "Waiting for emulator to boot..."
export ADB="$ADB -s emulator-6${API}0"
$ADB wait-for-device shell 'while [[ -z "$(getprop sys.boot_completed)" ]]; do echo Waiting...; sleep 1; done; input keyevent 82' || return 1