mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
#1212 double wait timeout to allow CI to pass
This commit is contained in:
parent
00bc3a6966
commit
1d84a631a6
@ -8,7 +8,7 @@ import androidx.test.uiautomator.UiDevice
|
||||
import androidx.test.uiautomator.UiObject2
|
||||
import androidx.test.uiautomator.Until
|
||||
|
||||
const val WAIT_TIMEOUT_MS = 5000L
|
||||
const val WAIT_TIMEOUT_MS = 10000L
|
||||
|
||||
abstract class BaseRobot(
|
||||
val instrumentation: Instrumentation = InstrumentationRegistry.getInstrumentation(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user