mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +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() {
|
||||
log.info('Waiting for boot to complete')
|
||||
})
|
||||
.timeout(60000)
|
||||
}
|
||||
|
||||
return ensureBootComplete()
|
||||
|
||||
Reference in New Issue
Block a user