Skip to content

Commit a8931f2

Browse files
authored
de-flake test on Android devices (#666)
1 parent 708ec9c commit a8931f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161

162162
TEST_DEVICES = {
163163
"android_min": {"type": "real", "model":"Nexus10", "version":"19"},
164-
"android_target": {"type": "real", "model":"Pixel2", "version":"28"},
164+
"android_target": {"type": "real", "model":"blueline", "version":"28"},
165165
"android_latest": {"type": "real", "model":"flame", "version":"29"},
166166
"emulator_min": {"type": "virtual", "image":"system-images;android-18;google_apis;x86"},
167167
"emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"},

scripts/gha/test_simulator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ def _create_and_boot_emulator(sdk_id):
549549
logging.info("Wait for emulator to boot: %s", " ".join(args))
550550
subprocess.run(args=args, check=True)
551551
if FLAGS.ci:
552-
# wait extra 90 seconds to ensure emulator booted.
553-
time.sleep(90)
552+
# wait extra 90 seconds to ensure emulator fully booted.
553+
time.sleep(180)
554554
else:
555555
time.sleep(45)
556556

0 commit comments

Comments
 (0)