For #11764: doubles long-press delay UI test

releases/v79.1.0
Oana Horvath 4 years ago
parent 3351a02885
commit 836199ff16

@ -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