Skip to content

Commit

Permalink
Updated heavy test timeouts (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
casella authored Feb 23, 2024
1 parent 304f2a7 commit 65dd730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/heavy_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libraryVersion":"master",
"libraryVersionNameForTests":"OB",
"ulimitOmc":400,
"ulimitExe":600,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-O0 -march=native",
"referenceFileExtension":"mat",
Expand All @@ -20,7 +20,7 @@
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":400,
"ulimitExe":600,
"ulimitExe":400,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"referenceFileExtension":"mat",
Expand All @@ -37,7 +37,7 @@
"libraryVersion":"master",
"libraryVersionNameForTests":"NB",
"ulimitOmc":300,
"ulimitExe":600,
"ulimitExe":800,
"ulimitMemory":62914560,
"optlevel":"-Ofast -march=native",
"extraCustomCommands":["setCommandLineOptions(\"--newBackend\")"]
Expand Down

0 comments on commit 65dd730

Please sign in to comment.