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