Commit a746075f authored by Jonathan Haas's avatar Jonathan Haas
Browse files

Merge branch 'feature/heap' into 'develop'

Heap-Speicher für Tests angepasst

See merge request ERZ/SWE_de.bsvrz.ars.ars!20
parents fcab09e3 719917b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,4 +49,5 @@ tasks.integrationTest.forkEvery = 1
tasks.withType(Test) {
  enableAssertions = true
  ignoreFailures = true
  maxHeapSize = "16G"
}