summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-02-05 08:37:17 -0800
committervadimt <vadimt@google.com>2019-02-05 08:37:17 -0800
commite743c80a1412f8c959a5ec2d174c6eda232eda2f (patch)
tree93e97fc51a05f8b6da426e7b66d69b5f20aac304
parentde9a859c261b1135f25c72c90658f185c6c8f63a (diff)
downloadandroid_packages_apps_Trebuchet-e743c80a1412f8c959a5ec2d174c6eda232eda2f.tar.gz
android_packages_apps_Trebuchet-e743c80a1412f8c959a5ec2d174c6eda232eda2f.tar.bz2
android_packages_apps_Trebuchet-e743c80a1412f8c959a5ec2d174c6eda232eda2f.zip
Reducing speed of widgets fling
The hope is that this will solve flakiness of widgets tests in AOSP. Test: TaplTestsLauncher3.testWidgets Change-Id: I2ecc18b9eb7eeb3fd8b11fcc580a529f545c3af9
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Widgets.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Widgets.java b/tests/tapl/com/android/launcher3/tapl/Widgets.java
index facf1c6d7..77555a3ba 100644
--- a/tests/tapl/com/android/launcher3/tapl/Widgets.java
+++ b/tests/tapl/com/android/launcher3/tapl/Widgets.java
@@ -23,7 +23,7 @@ import androidx.test.uiautomator.UiObject2;
* All widgets container.
*/
public final class Widgets extends LauncherInstrumentation.VisibleContainer {
- private static final int FLING_SPEED = 12000;
+ private static final int FLING_SPEED = 6000;
Widgets(LauncherInstrumentation launcher) {
super(launcher);