Merge "Further increase FORCE_PAUSE_TIMEOUT in tests" into sc-v2-dev

This commit is contained in:
Alex Chau
2021-08-05 17:21:21 +00:00
committed by Android (Google) Code Review
@@ -96,7 +96,7 @@ public final class LauncherInstrumentation {
private static final String TAG = "Tapl";
private static final int ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME = 20;
private static final int GESTURE_STEP_MS = 16;
private static final long FORCE_PAUSE_TIMEOUT_MS = 500;
private static final long FORCE_PAUSE_TIMEOUT_MS = 700;
static final Pattern EVENT_TOUCH_DOWN = getTouchEventPattern("ACTION_DOWN");
static final Pattern EVENT_TOUCH_UP = getTouchEventPattern("ACTION_UP");