Skip to content

Commit

Permalink
Increase the timeout
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17548 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 5, 2013
1 parent 09a4b3c commit a8e870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
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:="300"; // 3 minutes to initialize and run the simulation
ulimitExe:="480"; // 8 minutes to initialize and run the simulation
loadModel(library,{libraryVersion});
getErrorString();
libraryVersionRevision:=getVersion(library);
Expand Down

0 comments on commit a8e870a

Please sign in to comment.