Skip to content

Commit

Permalink
zero timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Oct 28, 2013
1 parent 226e064 commit 40a0dd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,8 @@
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<forkCount>0</forkCount>
<parallel>all</parallel>
<parallelTestsTimeoutForcedInSeconds>600</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>180</parallelTestsTimeoutInSeconds>
<parallelTestsTimeoutForcedInSeconds>0</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>0</parallelTestsTimeoutInSeconds>
<perCoreThreadCount>true</perCoreThreadCount>
<runOrder>random</runOrder>
<threadCount>8</threadCount>
Expand Down Expand Up @@ -1673,8 +1673,8 @@
<failIfNoTests>false</failIfNoTests>
<failIfNoSpecifiedTests>true</failIfNoSpecifiedTests>
<parallel>all</parallel>
<parallelTestsTimeoutInSeconds>60</parallelTestsTimeoutInSeconds>
<parallelTestsTimeoutForcedInSeconds>180</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>0</parallelTestsTimeoutInSeconds>
<parallelTestsTimeoutForcedInSeconds>0</parallelTestsTimeoutForcedInSeconds>
<perCoreThreadCount>true</perCoreThreadCount>
<threadCount>4</threadCount>
<forkCount>0</forkCount>
Expand Down

0 comments on commit 40a0dd9

Please sign in to comment.