From e9c0dc7065994fc1c4862ce4e4460a8db24e2bb3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 29 May 2009 11:58:03 +0000 Subject: [PATCH] [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. --- bin/orbmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2