Salome HOME
PR: wait a little more for slow systems
authorprascle <prascle>
Thu, 10 Feb 2005 13:02:20 +0000 (13:02 +0000)
committerprascle <prascle>
Thu, 10 Feb 2005 13:02:20 +0000 (13:02 +0000)
bin/orbmodule.py

index a7cc2a2eb6845f70680c36b0da5af66858fc17d0..627a909871cf824177d886647c4b2763a878e37c 100755 (executable)
@@ -118,7 +118,7 @@ class client:
 
    # --------------------------------------------------------------------------
 
-   def waitNS(self,name,typobj=None,maxcount=40):
+   def waitNS(self,name,typobj=None,maxcount=60):
       count=0
       delta=0.5
       print "Searching %s in Naming Service " % name,