Skip to content

Commit 582d76d

Browse files
committed
[OMCSession*] define set_timeout()
1 parent d58f583 commit 582d76d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

OMPython/OMCSession.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ class OMCSessionRunData:
517517
cmd_model_executable: Optional[str] = None
518518
# additional library search path; this is mainly needed if OMCProcessLocal is run on Windows
519519
cmd_library_path: Optional[str] = None
520-
# command timeout
521-
cmd_timeout: Optional[float] = 10.0
522520

523521
# working directory to be used on the *local* system
524522
cmd_cwd_local: Optional[str] = None

0 commit comments

Comments
 (0)