We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58f583 commit 582d76dCopy full SHA for 582d76d
1 file changed
OMPython/OMCSession.py
@@ -517,8 +517,6 @@ class OMCSessionRunData:
517
cmd_model_executable: Optional[str] = None
518
# additional library search path; this is mainly needed if OMCProcessLocal is run on Windows
519
cmd_library_path: Optional[str] = None
520
- # command timeout
521
- cmd_timeout: Optional[float] = 10.0
522
523
# working directory to be used on the *local* system
524
cmd_cwd_local: Optional[str] = None
0 commit comments