Skip to content

Commit 33f3dcc

Browse files
committed
Try threading tests
1 parent 1bf1e43 commit 33f3dcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ tasks.withType(Javadoc) {
7979

8080
test {
8181
useJUnitPlatform()
82+
maxParallelForks = (int) (Runtime.runtime.availableProcessors() / 2 + 1)
8283
}
8384

8485
checkstyle {

0 commit comments

Comments
 (0)