update the omf 6 performance branch
authorJulien Tribino <julien.tribino@inria.fr>
Mon, 1 Sep 2014 14:49:07 +0000 (16:49 +0200)
committerJulien Tribino <julien.tribino@inria.fr>
Mon, 1 Sep 2014 14:49:07 +0000 (16:49 +0200)
src/nepi/resources/omf/node.py
src/nepi/resources/omf/omf6_api.py

index 6ac01de..4e1ae2d 100644 (file)
@@ -27,8 +27,8 @@ from nepi.resources.omf.omf_api_factory import OMFAPIFactory
 
 import time
 
-reschedule_check = "0.2s"
-confirmation_counter = 3000
+reschedule_check = "0.5s"
+confirmation_counter = 2000
 
 @clsinit_copy
 class OMFNode(OMFResource):
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: