Higher XMPP connect timeout Because sometimes the box is under high load.
1 files changed, 1 insertions(+), 1 deletions(-) M lib/blather_notify.rb
M lib/blather_notify.rb => lib/blather_notify.rb +1 -1
@@ 23,6 23,6 @@ module BlatherNotify at_exit { shutdown } - Timeout.timeout(5) { @ready.pop } + Timeout.timeout(30) { @ready.pop } end end