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

Commit a05d7f5b authored by Makoto Onuki's avatar Makoto Onuki Committed by Daniel Norman
Browse files

Extend getUiAutomation() timeout from 5 seconds to 60 seconds

Test: atest CtsShortFgsTestCases
Bug: 266521938
Change-Id: I192a115b8c67bdf544cf8a5dd9a70b350899cf4e
Merged-In: I192a115b8c67bdf544cf8a5dd9a70b350899cf4e
(cherry picked from commit d7853658)
parent 91bae30e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class Instrumentation {

    private static final String TAG = "Instrumentation";

    private static final long CONNECT_TIMEOUT_MILLIS = 5000;
    private static final long CONNECT_TIMEOUT_MILLIS = 60_000;

    private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);