mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Remove unnecessary shutdown delay from the group plugin.
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user