Skip to content

Commit

Permalink
Increase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 29, 2015
1 parent 673e210 commit 8165162
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
runScript("ModelTestingDefaults.mos");getErrorString();
modelTestingType := OpenModelicaModelTesting.Kind.VerifiedSimulation;
modelName := $TypeName(Modelica.Electrical.Spice3.Examples.CoupledInductors);
timeout := 60;
timeout := 80;

compareVars :=
{
Expand All @@ -35,7 +35,7 @@ runScript(modelTesting);getErrorString();
// ""
// OpenModelicaModelTesting.Kind.VerifiedSimulation
// Modelica.Electrical.Spice3.Examples.CoupledInductors
// 60
// 80
// {"L1.iinternal","L2.iinternal","C1.v","L3.iinternal","C2.v"}
// true
// ""
Expand Down

0 comments on commit 8165162

Please sign in to comment.