kopia lustrzana https://github.com/gaul/s3proxy
revert the parallel test bits
rodzic
46d1fc21e9
commit
cc58282194
3
pom.xml
3
pom.xml
|
@ -170,12 +170,11 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.18.1</version>
|
<version>2.18.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<parallel>all</parallel>
|
<parallel>classes</parallel>
|
||||||
<threadCount>1</threadCount>
|
<threadCount>1</threadCount>
|
||||||
<argLine>-Xmx256m</argLine>
|
<argLine>-Xmx256m</argLine>
|
||||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||||
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
|
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
|
||||||
<runOrder>random</runOrder>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Ładowanie…
Reference in New Issue