From 6b94de020fcb889812518887d043c0ba4e55c511 Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 8 Mar 2012 17:14:34 +0000 Subject: [PATCH] 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 --- bin/orbmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2