Skip to content

Commit 5f60214

Browse files
committed
update timeout to 30s to keep windows happy
* windows unittests on github need a longer time to run the tests
1 parent 043fb27 commit 5f60214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
cmd_prefix: list[str],
109109
cmd_local: bool = False,
110110
cmd_windows: bool = False,
111-
timeout: float = 10.0,
111+
timeout: float = 30.0,
112112
model_name: Optional[str] = None,
113113
) -> None:
114114
if model_name is None:

0 commit comments

Comments
 (0)