Skip to content

Commit

Permalink
Increase time limits for library testing
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 28, 2014
1 parent fe7c64e commit 0453780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -30,7 +30,7 @@ referenceFiles:=getInstallationDirectoryPath()+"/../testsuite/simulation/librari
referenceFileExtension:="mat";
referenceFileNameDelimiter:=".";

ulimitOmc:="480"; // 8 minutes to generate the C-code
ulimitOmc:="660"; // 11 minutes to generate the C-code
ulimitExe:="480"; // 8 additional minutes to initialize and run the simulation
ulimitMemory:="16000000"; // ~16GB memory at most
javascript := false;
Expand Down

0 comments on commit 0453780

Please sign in to comment.