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

Correct touch service log

This commit is contained in:
Bo 2018-01-23 16:09:45 +08:00 committed by GitHub
parent 0e82ab21d4
commit fb4742cd67
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)
}