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

Remove unnecessary shutdown delay from the group plugin.

This commit is contained in:
Simo Kinnunen 2014-04-18 17:16:04 +09:00
parent 8da5b61289
commit 035caf91b6

View file

@ -145,7 +145,6 @@ module.exports = syrup.serial()
lifecycle.observe(function() {
return plugin.leave()
.delay(500) // Make sure that the message gets sent
.catch(grouputil.NoGroupError, function() {
return true
})