Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 921163a3 authored by vadimt's avatar vadimt
Browse files

Restoring wait time 1 min

Apparently, some tests fail with 10 sec

Bug: 133765434
Change-Id: I13fc39c42c665675d15a66da99454e05387c11f4
parent f46e3956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public final class LauncherInstrumentation {
    private static final String APPS_RES_ID = "apps_view";
    private static final String OVERVIEW_RES_ID = "overview_panel";
    private static final String WIDGETS_RES_ID = "widgets_list_view";
    public static final int WAIT_TIME_MS = 10000;
    public static final int WAIT_TIME_MS = 60000;
    private static final String SYSTEMUI_PACKAGE = "com.android.systemui";

    private static WeakReference<VisibleContainer> sActiveContainer = new WeakReference<>(null);