Salome HOME
[windows] Increase the time salome try to find the objects in naming service. It...
authoradam <adam>
Fri, 29 May 2009 11:58:03 +0000 (11:58 +0000)
committeradam <adam>
Fri, 29 May 2009 11:58:03 +0000 (11:58 +0000)
bin/orbmodule.py

index d9aa08d7afe1f5f96951426bd7a3293adbea8560..03847548174b50b72615630387ded24a070947fc 100755 (executable)
@@ -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,