From: Julien Tribino Date: Mon, 22 Sep 2014 11:53:00 +0000 (+0200) Subject: Merge the perf branch with the last update X-Git-Tag: nepi-3.2.0~75^2 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=0e38569d30fcbff835b8dbb96c54177ae970d558 Merge the perf branch with the last update --- diff --git a/src/nepi/resources/omf/node.py b/src/nepi/resources/omf/node.py index 4e1ae2d9..ce2f6c97 100644 --- a/src/nepi/resources/omf/node.py +++ b/src/nepi/resources/omf/node.py @@ -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):