diff --git a/lib/units/device/plugins/screen/stream.js b/lib/units/device/plugins/screen/stream.js index a12eadd0..dd83f952 100644 --- a/lib/units/device/plugins/screen/stream.js +++ b/lib/units/device/plugins/screen/stream.js @@ -270,7 +270,7 @@ module.exports = syrup.serial() return new Promise(function(resolve) { this.on('pid', pidListener = resolve) }.bind(this)).bind(this) - .timeout(2000) + .timeout(5000) .finally(function() { this.removeListener('pid', pidListener) })