diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index f973a37aa9..9c92a26972 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -440,6 +440,7 @@ public final class LauncherInstrumentation { try { Log.e("b/156287114", "Input:"); for (String line : mDevice.executeShellCommand("dumpsys input").split("\\n")) { + SystemClock.sleep(10); Log.d("b/156287114", line); } } catch (IOException e) { @@ -1338,6 +1339,7 @@ public final class LauncherInstrumentation { Log.e("b/156287114", "Input:"); for (String line : mDevice.executeShellCommand("dumpsys input").split( "\\n")) { + SystemClock.sleep(10); Log.d("b/156287114", line); } } catch (IOException e) {