From: adam Date: Fri, 29 May 2009 11:58:03 +0000 (+0000) Subject: [windows] Increase the time salome try to find the objects in naming service. It... X-Git-Tag: V5_1_2rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e9c0dc7065994fc1c4862ce4e4460a8db24e2bb3;p=modules%2Fkernel.git [windows] Increase the time salome try to find the objects in naming service. It is useful when salome is installed on a usb key :) for instance. --- diff --git a/bin/orbmodule.py b/bin/orbmodule.py index d9aa08d7a..038475481 100755 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -127,7 +127,7 @@ class client: # -------------------------------------------------------------------------- - def waitNS(self,name,typobj=None,maxcount=60): + def waitNS(self,name,typobj=None,maxcount=240): count=0 delta=0.5 print "Searching %s in Naming Service " % name,