Commit 226cb05
authored
fix timeout handling (OpenModelica#467)
1. OMSESSION_TIMEOUT - used for OMSession and derived classes
2. MODEL_EXECUTION_TIMEOUT - used for model execution
in the default code MODEL_EXECUTION_TIMEOUT = OMSESSION_TIMEOUT if
ModelExecutionCmd is called internally1 parent 8db7387 commit 226cb05
2 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
| |||
2830 | 2838 | | |
2831 | 2839 | | |
2832 | 2840 | | |
2833 | | - | |
| 2841 | + | |
2834 | 2842 | | |
2835 | 2843 | | |
2836 | 2844 | | |
2837 | 2845 | | |
2838 | 2846 | | |
2839 | 2847 | | |
2840 | | - | |
| 2848 | + | |
2841 | 2849 | | |
2842 | 2850 | | |
2843 | 2851 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
953 | 955 | | |
954 | 956 | | |
955 | 957 | | |
956 | | - | |
| 958 | + | |
957 | 959 | | |
958 | 960 | | |
959 | 961 | | |
| |||
2113 | 2115 | | |
2114 | 2116 | | |
2115 | 2117 | | |
2116 | | - | |
| 2118 | + | |
2117 | 2119 | | |
2118 | 2120 | | |
2119 | 2121 | | |
| |||
0 commit comments