Skip to content

Commit

Permalink
Increase build test max heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 10, 2019
1 parent 027cb16 commit daca896
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nextflow/build.gradle
Expand Up @@ -47,3 +47,9 @@ dependencies {
compile ('org.jsoup:jsoup:1.11.2')
compile 'jline:jline:2.9'
}


test {
minHeapSize = "512m"
maxHeapSize = "2048m"
}

0 comments on commit daca896

Please sign in to comment.