diff --git a/lib/blather_notify.rb b/lib/blather_notify.rb index 4152aa086e7d45d86213c7cbcf91256c6030dc2a..b1aaa396b58767871d10b34ef8f7b34920428d84 100644 --- a/lib/blather_notify.rb +++ b/lib/blather_notify.rb @@ -23,6 +23,6 @@ module BlatherNotify at_exit { shutdown } - Timeout.timeout(5) { @ready.pop } + Timeout.timeout(30) { @ready.pop } end end