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

Commit d7853658 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Extend getUiAutomator() timeout from 5 seconds to 60 seconds

Test: atest CtsShortFgsTestCases
Bug: 266521938
Change-Id: I192a115b8c67bdf544cf8a5dd9a70b350899cf4e
parent da8c7655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,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;

    /**
     * @hide