Skip to content

Commit

Permalink
Reduce timeouts for Buildings (#125)
Browse files Browse the repository at this point in the history
No model in Buildings should take more than 300 s to build and 300 s to simulate. Currently we have a lot of 1825 s timeouts when testing the new backend which really make no sense.
  • Loading branch information
casella authored Sep 23, 2024
1 parent 52d8a24 commit 64d61a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
"ignoreModelPrefix":["Buildings.Utilities.IO.BCVTB.Examples", "Buildings.Obsolete"],
"libraryVersion":"maint.10.0.x",
"libraryVersionNameForTests":"10",
"ulimitOmc":300,
"ulimitExe":300,
"runOnceBeforeTesting":[["$resourceLocation/src/ThermalZones/install.py", "--binaries-for-os-only"]],
"referenceFileExtension":"csv",
"referenceFileNameDelimiter":"_",
Expand All @@ -185,6 +187,8 @@
"ignoreModelPrefix":["Buildings.Utilities.IO.BCVTB.Examples", "Buildings.Obsolete"],
"libraryVersion":"maint.11.x",
"libraryVersionNameForTests":"11",
"ulimitOmc":300,
"ulimitExe":300,
"runOnceBeforeTesting":[["$resourceLocation/src/ThermalZones/install.py", "--binaries-for-os-only"]],
"referenceFileExtension":"csv",
"referenceFileNameDelimiter":"_",
Expand All @@ -195,6 +199,8 @@
"ignoreModelPrefix":["Buildings.Utilities.IO.BCVTB.Examples", "Buildings.Obsolete"],
"libraryVersion":"master",
"libraryVersionNameForTests":"latest",
"ulimitOmc":300,
"ulimitExe":300,
"runOnceBeforeTesting":[["$resourceLocation/src/ThermalZones/install.py", "--binaries-for-os-only"]],
"referenceFileExtension":"csv",
"referenceFileNameDelimiter":"_",
Expand Down

0 comments on commit 64d61a6

Please sign in to comment.