Skip to content

Commit 0ab75a4

Browse files
committed
feat: revise timeout value
1 parent 26197d4 commit 0ab75a4

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
@@ -1221,7 +1221,7 @@ def __init__(
12211221
ansys_path: Union[str, None] = None,
12221222
ip: str = LOCALHOST,
12231223
port: str = DPF_DEFAULT_PORT,
1224-
timeout: float = 100.0,
1224+
timeout: float = 5.0,
12251225
as_global: bool = True,
12261226
load_operators: bool = True,
12271227
launch_server: bool = True,

0 commit comments

Comments
 (0)