| 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() |
no outgoing calls
no test coverage detected
searching dependent graphs…