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:
parent
8da5b61289
commit
035caf91b6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue