Skip to content

Commit 4795464

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 4795464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 2 deletions
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:
@@ -2835,7 +2835,7 @@ def __init__(
28352835
self,
28362836
runpath: pathlib.Path,
28372837
modelname: str,
2838-
timeout: float = 10.0,
2838+
timeout: float = 30.0,
28392839
) -> None:
28402840
super().__init__(
28412841
runpath=runpath,

0 commit comments

Comments
 (0)