mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Allow minicap to skip frames when necessary.
This commit is contained in:
@@ -178,7 +178,7 @@ module.exports = syrup.serial()
|
||||
|
||||
FrameProducer.prototype._startService = function() {
|
||||
log.info('Launching screen service')
|
||||
return minicap.run(util.format('-P %s', this.frameConfig.toString()))
|
||||
return minicap.run(util.format('-S -P %s', this.frameConfig.toString()))
|
||||
.timeout(10000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user