1
0
Fork 0

For #11764: doubles long-press delay UI test

master
Oana Horvath 2020-07-06 16:30:19 +03:00
parent 3351a02885
commit 836199ff16
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class ThreeDotMenuMainTest {
@JvmStatic @JvmStatic
fun setDevicePreference() { fun setDevicePreference() {
val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
mDevice.executeShellCommand("settings put secure long_press_timeout 1500") mDevice.executeShellCommand("settings put secure long_press_timeout 3000")
} }
} }