Wait 1 minute for boot to complete, then fail.

This commit is contained in:
Simo Kinnunen
2014-04-02 12:36:18 +09:00
parent 0ce65687c5
commit df8dfdb321

View File

@@ -19,6 +19,7 @@ module.exports = syrup.serial()
.progressed(function() {
log.info('Waiting for boot to complete')
})
.timeout(60000)
}
return ensureBootComplete()