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:
parent
9b304a939c
commit
ed2390592c
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue