From 3192fdc83edd5717a7227f61b73f4b2f878651d8 Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Mon, 6 Jul 2020 16:30:19 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/11764: doubles long-press delay UI test --- .../java/org/mozilla/fenix/ui/ThreeDotMenuMainTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/ThreeDotMenuMainTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/ThreeDotMenuMainTest.kt index 14f5b94e3a..67f3020bc8 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/ThreeDotMenuMainTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/ThreeDotMenuMainTest.kt @@ -43,7 +43,7 @@ class ThreeDotMenuMainTest { @JvmStatic fun setDevicePreference() { val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) - mDevice.executeShellCommand("settings put secure long_press_timeout 1500") + mDevice.executeShellCommand("settings put secure long_press_timeout 3000") } }