Skip to content

Commit

Permalink
Increasing execution time limit for no good reason
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16292 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 11, 2013
1 parent 8d17ac8 commit 9a3bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setCommandLineOptions({"+g=Modelica","+d=nogen"});
OpenModelica.Scripting.Internal.Time.timerTick(OpenModelica.Scripting.Internal.Time.RT_CLOCK_USER_RESERVED);
log:="BuildModelRecursive.html";
ulimitOmc:="1200"; // 20 minutes to generate the C-code
ulimitExe:="180"; // 3 minutes to initialize and run the simulation
ulimitExe:="1200"; // Stupidly high execution time. Revert this commit please
loadModel(library,{libraryVersion});
getErrorString();
libraryVersionRevision:=getVersion(library);
Expand Down

0 comments on commit 9a3bbfa

Please sign in to comment.