mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 02:53:27 +02:00
Add timeouts everywhere. Should help if the ADB socket gets stuck like it sometimes does.
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports = syrup()
|
||||
|
||||
log.info('Fetching browser list')
|
||||
return input.getBrowsers()
|
||||
.timeout(15000)
|
||||
.then(function(browsers) {
|
||||
var icons = Object.create(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user