[fenix] For https://github.com/mozilla-mobile/fenix/issues/11764: doubles long-press delay UI test

pull/600/head
Oana Horvath 4 years ago
parent 0a9d823582
commit 3192fdc83e

@ -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")
}
}

Loading…
Cancel
Save