From 4565739fb7f422c8e29d79b99214fc19c70afab0 Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 15 Oct 2019 17:06:41 -0700 Subject: [PATCH] Increasing wait time for loading model to 60s Bug: 142514365 Change-Id: I15e0ff8e2a721f7ffdefdf2eb02e114212dded3b --- .../com/android/launcher3/tapl/LauncherInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 484cbb61c3..321f727e7c 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -497,7 +497,7 @@ public final class LauncherInstrumentation { } public void waitForLauncherInitialized() { - for (int i = 0; i < 100; ++i) { + for (int i = 0; i < 600; ++i) { if (getTestInfo( TestProtocol.REQUEST_IS_LAUNCHER_INITIALIZED). getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) {