Skip to content

Commit 3e6099c

Browse files
committed
more memory for integration tests
1 parent eefb0b6 commit 3e6099c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ testing {
7979
}
8080

8181
testInt {
82-
maxHeapSize = "1024M"
82+
maxHeapSize = "2048M"
8383
systemProperty "PROJECT_DIR", "$projectDir"
8484
}
8585

@@ -92,11 +92,11 @@ testInt.dependsOn ':processor-one:build'
9292
testInt.dependsOn ':processor-two:build'
9393

9494
dependencies {
95-
testImplementation platform ("org.spockframework:spock-bom:2.0-groovy-3.0")
95+
testImplementation platform ("org.spockframework:spock-bom:2.3-groovy-3.0")
9696
testImplementation 'org.spockframework:spock-core'
9797
testImplementation gradleTestKit()
9898

99-
testIntImplementation platform ("org.spockframework:spock-bom:2.0-groovy-3.0")
99+
testIntImplementation platform ("org.spockframework:spock-bom:2.3-groovy-3.0")
100100
testIntImplementation 'org.spockframework:spock-core'
101101
testIntImplementation gradleTestKit()
102102
}

0 commit comments

Comments
 (0)