update the omf 6 performance branch
[nepi.git] / src / nepi / resources / omf / omf6_api.py
index f3574a2..13a598a 100644 (file)
@@ -115,7 +115,7 @@ class OMF6API(Logger):
 
     def check_ready(self, xmpp):
         delay = 1.0
-        for i in xrange(10):
+        for i in xrange(15):
             if xmpp.ready:
                 break
             else: