commit | 984187b0a1f389baa02af5fd290224fdb0b6fe4f | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Wed Oct 16 00:08:22 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 16 00:08:22 2019 +0000 |
tree | 9840e5a64e57cfa09ea10f9d9a415c6d64f7330f | |
parent | 3aefb6d7761c7c2f9c68779632609d793d46cfcd [diff] | |
parent | 4565739fb7f422c8e29d79b99214fc19c70afab0 [diff] |
Merge "Increasing wait time for loading model to 60s" into ub-launcher3-master
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)) {