Wait longer until checking business of binary again.

This commit is contained in:
Simo Kinnunen
2014-03-17 16:10:59 +09:00
parent d1b724ada0
commit dc0d264d9d

View File

@@ -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)