lib/blather_notify.rb 🔗
@@ -21,9 +21,9 @@ module BlatherNotify
end
end
+ Timeout.timeout(30) { @ready.pop }
at_exit { wait_then_exit }
- Timeout.timeout(30) { @ready.pop }
end
def self.wait_then_exit
Stephen Paul Weber created
lib/blather_notify.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -21,9 +21,9 @@ module BlatherNotify
end
end
+ Timeout.timeout(30) { @ready.pop }
at_exit { wait_then_exit }
- Timeout.timeout(30) { @ready.pop }
end
def self.wait_then_exit