Increase heapsize for tests
parent
5171c9bbde
commit
378b8850c6
|
@ -133,6 +133,10 @@ jacocoTestReport {
|
|||
}
|
||||
}
|
||||
|
||||
test {
|
||||
maxHeapSize = "4096m"
|
||||
}
|
||||
|
||||
import org.w3c.dom.Document
|
||||
import org.w3c.dom.Element
|
||||
import org.w3c.dom.Node
|
||||
|
|
Loading…
Reference in New Issue