Skip to content

Commit

Permalink
- Increase time limit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14377 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 14, 2012
1 parent f3372c3 commit 42e80e4
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 @@ -5,7 +5,7 @@ OpenModelica.Scripting.Internal.Time.timerTick(OpenModelica.Scripting.Internal.T
log:="BuildModelRecursive.html";
MSLVersion:="3.1";
runModelicaTest:=false;
ulimitOmc:="600"; // 10 minutes to generate the C-code
ulimitOmc:="1200"; // 20 minutes to generate the C-code
ulimitExe:="60"; // 60 seconds to initialize and run the simulation
loadModel(Modelica,{MSLVersion});
getErrorString();
Expand Down

0 comments on commit 42e80e4

Please sign in to comment.