Searched defs:timeoutMs (Results 1 – 3 of 3) sorted by relevance
114 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testOverTimeTest_throwsTestTimedOutException() local210 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testRespectsAfterTestPolicy_stayInApp() local239 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testRespectsAfterTestPolicy_exit() local265 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testIgnoredScenario_doesIdle() local
150 public boolean waitForOpen(long timeoutMs) { in waitForOpen()161 public void open(long timeoutMs) { in open()
158 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select()