Merge the perf branch with the last update
authorJulien Tribino <julien.tribino@inria.fr>
Mon, 22 Sep 2014 11:53:00 +0000 (13:53 +0200)
committerJulien Tribino <julien.tribino@inria.fr>
Mon, 22 Sep 2014 11:53:00 +0000 (13:53 +0200)
src/nepi/resources/omf/node.py

index 4e1ae2d..ce2f6c9 100644 (file)
@@ -27,8 +27,8 @@ from nepi.resources.omf.omf_api_factory import OMFAPIFactory
 
 import time
 
-reschedule_check = "0.5s"
-confirmation_counter = 2000
+reschedule_check = "1s"
+confirmation_counter = 3600
 
 @clsinit_copy
 class OMFNode(OMFResource):