From 456912553c83f5f14c23c7b259bd81ab4bc7aaf4 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 5 Sep 2022 09:58:40 +0200 Subject: [PATCH] Increase time let to SALOME_Session_Server process to startup and retrieve its PID from runSalome process --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index 07242a360..eb6fa9a1b 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -210,7 +210,7 @@ def foreGround(args, ior_fakens_filename): import os gui_detected = False dt = 0.1 - nbtot = 100 + nbtot = 200 nb = 0 if ior_fakens_filename is None: logger.warn("No file set to host IOR of the fake naming server") -- 2.39.2