Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
2 files
+ 7
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -140,10 +140,10 @@ task testConus2018(type: Test) {
}
useJUnitPlatform()
jvmArgs(
"-Xms2g",
"-Xmx${xmx}",
)
// jvmArgs(
// "-Xms2g",
// "-Xmx${xmx}",
// )
filter {
includeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests.testConus2018"
Loading