1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fix user actions not extending timeout.

This commit is contained in:
Simo Kinnunen 2014-05-13 12:20:34 +09:00
parent 9b304a939c
commit ed2390592c
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,8 @@ module.exports = syrup.serial()
sub.on('message', router.handler())
router.on('message', function(channel) {
// Special case, we're hooking into a message that's not actually routed.
router.on({$code: 'message'}, function(channel) {
channels.keepalive(channel)
})