[DO NOT MERGE] Increase timeout for UIAutomation am: 09c55d36e5 am: 2f7078a5ca
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2617830 Change-Id: Iac2d68860f6ad89b4fecfd1f6b3126c139cc93d8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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 = 60000;
|
||||
|
||||
/**
|
||||
* @hide
|
||||
|
||||
@@ -113,7 +113,7 @@ public final class UiAutomation {
|
||||
|
||||
private static final int CONNECTION_ID_UNDEFINED = -1;
|
||||
|
||||
private static final long CONNECT_TIMEOUT_MILLIS = 5000;
|
||||
private static final long CONNECT_TIMEOUT_MILLIS = 60000;
|
||||
|
||||
/** Rotation constant: Unfreeze rotation (rotating the device changes its rotation state). */
|
||||
public static final int ROTATION_UNFREEZE = -2;
|
||||
|
||||
Reference in New Issue
Block a user