Skip to content

Commit bb3182a

Browse files
committed
Reverting stupid change :)
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16297 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 9a3bbfa commit bb3182a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/BuildModelRecursive.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setCommandLineOptions({"+g=Modelica","+d=nogen"});
77
OpenModelica.Scripting.Internal.Time.timerTick(OpenModelica.Scripting.Internal.Time.RT_CLOCK_USER_RESERVED);
88
log:="BuildModelRecursive.html";
99
ulimitOmc:="1200"; // 20 minutes to generate the C-code
10-
ulimitExe:="1200"; // Stupidly high execution time. Revert this commit please
10+
ulimitExe:="180"; // 3 minutes to initialize and run the simulation
1111
loadModel(library,{libraryVersion});
1212
getErrorString();
1313
libraryVersionRevision:=getVersion(library);

0 commit comments

Comments
 (0)