Skip to content

Commit ec82336

Browse files
committed
Parallelize JDBC integration tests
See: #1505
1 parent feaf878 commit ec82336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-session-jdbc/spring-session-jdbc.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ dependencies {
3030
integrationTestCompile "org.testcontainers:oracle-xe"
3131
integrationTestCompile "org.testcontainers:postgresql"
3232
}
33+
34+
integrationTest {
35+
maxParallelForks = 4
36+
}

0 commit comments

Comments
 (0)