diff --git a/lib/roles/device/support/adb.js b/lib/roles/device/support/adb.js index 588cb8b6..f00369af 100644 --- a/lib/roles/device/support/adb.js +++ b/lib/roles/device/support/adb.js @@ -19,6 +19,7 @@ module.exports = syrup.serial() .progressed(function() { log.info('Waiting for boot to complete') }) + .timeout(60000) } return ensureBootComplete()