Skip to content

Commit be07ef9

Browse files
committed
Run the Java tests in parallel.
1 parent 0bcef5e commit be07ef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rxjava-core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ dependencies {
22
testCompile project(":rxjava-test")
33
}
44

5+
test {
6+
maxParallelForks 4
7+
}

0 commit comments

Comments
 (0)