1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Merge pull request #800 from syncxplus/master

Correct touch service log
This commit is contained in:
Simo Kinnunen 2018-03-02 22:29:38 +09:00 committed by GitHub
commit e9d03aeac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ module.exports = syrup.serial()
}
TouchConsumer.prototype._startService = function() {
log.info('Launching screen service')
log.info('Launching touch service')
return minitouch.run()
.timeout(10000)
}