Increase heapsize for tests
This commit is contained in:
parent
5171c9bbde
commit
378b8850c6
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ jacocoTestReport {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
maxHeapSize = "4096m"
|
||||||
|
}
|
||||||
|
|
||||||
import org.w3c.dom.Document
|
import org.w3c.dom.Document
|
||||||
import org.w3c.dom.Element
|
import org.w3c.dom.Element
|
||||||
import org.w3c.dom.Node
|
import org.w3c.dom.Node
|
||||||
|
|
Loading…
Reference in a new issue