Skip to content

Commit 1d233de

Browse files
fix: Apply Review
Co-authored-by: Jérôme Laban <[email protected]>
1 parent f566f8c commit 1d233de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/test-scripts/android-uitest-wait-systemui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ $ANDROID_SIMULATOR_APILEVEL -gt 25 ];
3535
then
3636
retry 3 "$ANDROID_HOME/platform-tools/adb" wait-for-device shell 'echo "emulator is attached, wait boot completated"; while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]] && [[ "$SECONDS" -lt 300 ]]; do sleep 1; done; input keyevent 82; echo "boot is completated."'
3737
else
38-
retry 3 "$ANDROID_HOME/platform-tools/adb" wait-for-device shell 'echo "emulator is attached, wait boot completated"; while [[ -z $(getprop sys.boot_completed) ]] && [[ "$SECONDS" -lt 300 ]]; do sleep 1; done; input keyevent 82; echo "boot is completated."'
38+
retry 3 "$ANDROID_HOME/platform-tools/adb" wait-for-device shell 'echo "emulator is attached, wait for boot completion"; while [[ -z $(getprop sys.boot_completed) ]] && [[ "$SECONDS" -lt 300 ]]; do sleep 1; done; input keyevent 82; echo "boot is complete."'
3939
fi
4040

4141
# Wait for com.android.systemui to become available,

0 commit comments

Comments
 (0)