From: prascle Date: Thu, 8 Mar 2012 17:14:34 +0000 (+0000) Subject: PR: Bug PAL EDF 2090 X-Git-Tag: V6_5_0a1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b94de020fcb889812518887d043c0ba4e55c511;p=modules%2Fkernel.git PR: Bug PAL EDF 2090 sometimes, on cluster systems heavily loaded, the timeout on connection to Naming Service in initNS() is too short and SALOME launch aborts. 1s --> 10s --- diff --git a/bin/orbmodule.py b/bin/orbmodule.py index a56a36c1f..52e1b5ef5 100755 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -71,7 +71,7 @@ class client: print "Searching Naming Service ", ncount=0 delta=0.1 - while(ncount < 10): + while(ncount < 100): ncount += 1 try: obj = self.orb.resolve_initial_references("NameService")