Merge the perf branch with the last update
[nepi.git] / 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):