commit | 4565739fb7f422c8e29d79b99214fc19c70afab0 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Oct 15 17:06:41 2019 -0700 |
committer | vadimt <vadimt@google.com> | Tue Oct 15 17:06:41 2019 -0700 |
tree | 7c9c986ae29a30af77b89274dadaa864de6414f2 | |
parent | 6c484bc9bf332d9ac8e73f2d577e25365616d4b5 [diff] |
Increasing wait time for loading model to 60s Bug: 142514365 Change-Id: I15e0ff8e2a721f7ffdefdf2eb02e114212dded3b
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 484cbb6..321f727 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -497,7 +497,7 @@ } 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)) {