|
|
@ -429,14 +429,20 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.21.0</version>
|
|
|
|
<version>2.22.2</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<properties>
|
|
|
|
<includes>
|
|
|
|
<property>
|
|
|
|
<include>org/redisson/executor/**</include>
|
|
|
|
<name>listener</name>
|
|
|
|
<include>org/redisson/executor/transaction/**</include>
|
|
|
|
<value>org.redisson.RedissonTestRunListener</value>
|
|
|
|
<include>org/redisson/executor/rx/**</include>
|
|
|
|
</property>
|
|
|
|
</includes>
|
|
|
|
</properties>
|
|
|
|
<parallelTestsTimeoutInSeconds>650</parallelTestsTimeoutInSeconds>
|
|
|
|
|
|
|
|
<parallelTestsTimeoutForcedInSeconds>650</parallelTestsTimeoutForcedInSeconds>
|
|
|
|
|
|
|
|
<forkCount>3</forkCount>
|
|
|
|
|
|
|
|
<reuseForks>true</reuseForks>
|
|
|
|
|
|
|
|
<argLine>
|
|
|
|
|
|
|
|
-javaagent:"${settings.localRepository}"/org/jmockit/jmockit/1.46/jmockit-1.46.jar
|
|
|
|
|
|
|
|
</argLine>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|