From 836199ff162535ff04497a58c4ddd54499b68344 Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Mon, 6 Jul 2020 16:30:19 +0300 Subject: [PATCH] For #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 14f5b94e3..67f3020bc 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") } }