Skip to content

Commit

Permalink
review: applying code reviewers suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Oct 22, 2024
1 parent 30aae0a commit 0ddb90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/mapdl/core/mapdl_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Check warning on line 886 in src/ansys/mapdl/core/mapdl_grpc.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/mapdl/core/mapdl_grpc.py#L884-L886

Added lines #L884 - L886 were not covered by tests

if not success:
Expand Down

0 comments on commit 0ddb90b

Please sign in to comment.