diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index aa8d33906b..68b0a36049 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -108,7 +108,7 @@ import java.util.stream.Collectors; public final class LauncherInstrumentation { private static final String TAG = "Tapl"; - private static final int ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME = 15; + private static final int ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME = 5; private static final int GESTURE_STEP_MS = 16; static final Pattern EVENT_PILFER_POINTERS = Pattern.compile("pilferPointers");