mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 03:53:28 +02:00
Don't wait for properties forever.
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = syrup.serial()
|
||||
function load() {
|
||||
log.info('Loading properties')
|
||||
return adb.getProperties(options.serial)
|
||||
.timeout(10000)
|
||||
}
|
||||
|
||||
return load()
|
||||
|
||||
Reference in New Issue
Block a user