From 01dfd25ddd6405ac88e31b49676c09e32924411f Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 10 Feb 2005 13:02:20 +0000 Subject: [PATCH] PR: wait a little more for slow systems --- bin/orbmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/orbmodule.py b/bin/orbmodule.py index a7cc2a2eb..627a90987 100755 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -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, -- 2.39.2