From 0ddb90b7cf3fb6bb38bfcedc826f8ac0b55a0322 Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:53:36 +0200 Subject: [PATCH] review: applying code reviewers suggestions --- src/ansys/mapdl/core/mapdl_grpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/mapdl/core/mapdl_grpc.py b/src/ansys/mapdl/core/mapdl_grpc.py index 8fb7f68f37..35ef630f0a 100644 --- a/src/ansys/mapdl/core/mapdl_grpc.py +++ b/src/ansys/mapdl/core/mapdl_grpc.py @@ -882,6 +882,7 @@ def _launch(self, start_parm, timeout=10): success = True break except MapdlRuntimeError: + time.sleep(1) warn("PyMAPDL is taking longer than expected to connect to the server.") if not success: