Higher XMPP connect timeout

Stephen Paul Weber created

Because sometimes the box is under high load.

Change summary

lib/blather_notify.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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