Skip to content

Commit 0d64674

Browse files
committed
feat: increase docker launch timeout
1 parent b0e81dd commit 0d64674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/server_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def launch_dpf_on_docker(
258258
ansys_path=None,
259259
ip=LOCALHOST,
260260
port=DPF_DEFAULT_PORT,
261-
timeout=50.0,
261+
timeout=120.0,
262262
):
263263
"""Launch Ansys DPF.
264264

0 commit comments

Comments
 (0)