mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 11:15:13 +02:00
Wait 1 minute for boot to complete, then fail.
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = syrup.serial()
|
|||||||
.progressed(function() {
|
.progressed(function() {
|
||||||
log.info('Waiting for boot to complete')
|
log.info('Waiting for boot to complete')
|
||||||
})
|
})
|
||||||
|
.timeout(60000)
|
||||||
}
|
}
|
||||||
|
|
||||||
return ensureBootComplete()
|
return ensureBootComplete()
|
||||||
|
|||||||
Reference in New Issue
Block a user