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
Stephen Paul Weber created
Because sometimes the box is under high load.
lib/blather_notify.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -23,6 +23,6 @@ module BlatherNotify
at_exit { shutdown }
- Timeout.timeout(5) { @ready.pop }
+ Timeout.timeout(30) { @ready.pop }
end
end