1
0
Fork 0
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:
Simo Kinnunen 2015-04-16 19:50:38 +09:00
parent 88162e8a33
commit 07fb3b530c
7 changed files with 1 additions and 1 deletions

View file

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