Home
last modified time | relevance | path

Searched refs:LAUNCH_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DDeviceUtils.kt10 private const val LAUNCH_TIMEOUT = 5000 constant
19 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in allowDrawingOverOtherApps()
34 LAUNCH_TIMEOUT.toLong() in allowDrawingOverOtherApps()
H A DTestServerUtils.kt25 private const val LAUNCH_TIMEOUT = 5000 constant
48 device.wait(Until.hasObject(By.pkg("host.exp.exponent").depth(0)), LAUNCH_TIMEOUT.toLong()) in runFixtureTest()
/expo/android/app/src/androidTest/java/host/exp/exponent/
H A DBaseTestClass.kt10 const val LAUNCH_TIMEOUT = 5000 constant
H A DTestSuiteTests.kt82 uiDevice.wait(Until.hasObject(By.pkg("host.exp.exponent").depth(0)), LAUNCH_TIMEOUT.toLong()) in runTestSuiteTest()
145 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in beforeClass()