Up default IQ timeout to 10

Stephen Paul Weber created

Change summary

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

Detailed changes

lib/session_manager.rb 🔗

@@ -3,7 +3,7 @@
 class SessionManager
 	class Timeout < StandardError; end
 
-	def initialize(blather, id_msg, timeout: 5, error_if: nil)
+	def initialize(blather, id_msg, timeout: 10, error_if: nil)
 		@blather = blather
 		@sessions = {}
 		@id_msg = id_msg