Merge "[DO NOT MERGE] Increase timeout for UIAutomation" into android13-tests-dev

This commit is contained in:
Veena Arvind
2023-06-21 23:31:23 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;