mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Allow minicap to skip frames when necessary.
This commit is contained in:
parent
88162e8a33
commit
07fb3b530c
7 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue