Skip to content
Snippets Groups Projects
Commit 4bdaa7a8 authored by Sören Henning's avatar Sören Henning
Browse files

Increase heap size for tests

parent 67018d52
No related branches found
No related tags found
1 merge request!257Allow Theodolite to deploy arbitrary resources
Pipeline #7075 passed
......@@ -59,6 +59,12 @@ compileTestKotlin {
kotlinOptions.jvmTarget = JavaVersion.VERSION_11
}
test {
// Required because of https://github.com/quarkusio/quarkus/issues/18973
minHeapSize = "256m"
maxHeapSize = "1024m"
}
detekt {
failFast = true // fail build on any finding
buildUponDefaultConfig = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment