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

Commit 607cea01 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Extend getUiAutomation() timeout from 5 seconds to 60 seconds" into udc-dev

parents 3cc7a63e a05d7f5b
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);