From 7d0cf2a748076cedd64f65592c29bfd6ebe5cce3 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 3 Aug 2018 10:23:58 -0700 Subject: [PATCH] Increasing wait time. Extremely rarely starting an app takes more than 10 sec. Bug: 110103162 Test: TaplTests suite Change-Id: Ic6127e373b76c610eea5126e53e6048ba0f9bd3e --- .../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 bf8f64efcd..19fa391df3 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -77,7 +77,7 @@ public final class LauncherInstrumentation { private static final String OVERVIEW_RES_ID = "overview_panel"; private static final String WIDGETS_RES_ID = "widgets_list_view"; static final String LAUNCHER_PKG = "com.google.android.apps.nexuslauncher"; - static final int WAIT_TIME_MS = 10000; + static final int WAIT_TIME_MS = 60000; private static final String SWIPE_UP_SETTING_AVAILABLE_RES_NAME = "config_swipe_up_gesture_setting_available"; private static final String SWIPE_UP_ENABLED_DEFAULT_RES_NAME =