mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Wait longer until checking business of binary again.
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = syrup()
|
||||
return streamutil.findLine(out, (/busy/i))
|
||||
.then(function(line) {
|
||||
log.info('Binary is busy, will retry')
|
||||
return Promise.delay(100)
|
||||
return Promise.delay(1000)
|
||||
})
|
||||
.then(function() {
|
||||
return ensureNotBusy(res)
|
||||
|
||||
Reference in New Issue
Block a user