MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / applyCommonTestConfig

Function applyCommonTestConfig

build.gradle.kts:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 }
499
500 fun Test.applyCommonTestConfig() {
501 group = "verification"
502 maxHeapSize = "1g" // When this line was added Xmx 512m was the default, and we saw OOMs
503 maxParallelForks = Math.max(1, Runtime.getRuntime().availableProcessors() / 2)
504 useJUnitPlatform()
505 }
506
507 test {
508 applyCommonTestConfig()

Callers 1

build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…