mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 00:03:28 +02:00
Make boot complete timeout configurable.
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = syrup.serial()
|
||||
.progressed(function() {
|
||||
log.info('Waiting for boot to complete')
|
||||
})
|
||||
.timeout(60000)
|
||||
.timeout(options.bootCompleteTimeout)
|
||||
}
|
||||
|
||||
return ensureBootComplete()
|
||||
|
||||
Reference in New Issue
Block a user