Skip to content

Commit fca4f64

Browse files
committed
Fork a new test JVM every 10 classes when on cloud CI.
1 parent 2f6af16 commit fca4f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ratpack.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ subprojects {
248248
if (isCloudCi) {
249249
doFirst {
250250
maxParallelForks 1
251+
forkEvery 10
251252
}
252253
}
253254
}

0 commit comments

Comments
 (0)