tests: increase timeout
This commit is contained in:
parent
1204200bf6
commit
866aaa25f6
|
@ -301,7 +301,7 @@ class PumpIOTest {
|
|||
// Check what happens if the user issues redundant startLongRTButtonPress()
|
||||
// calls. The second call here should be ignored.
|
||||
|
||||
runBlockingWithWatchdog(6000) {
|
||||
runBlockingWithWatchdog(12000) {
|
||||
val testStates = TestStates(true)
|
||||
val pumpIO = testStates.pumpIO
|
||||
|
||||
|
|
Loading…
Reference in a new issue