Skip to content

Commit

Permalink
Extend the attempts and wait when running ITs (#972) (#973)
Browse files Browse the repository at this point in the history
Otherwise sometimes StartMojo fails because app hasn't start in wait * maxAttempts
  • Loading branch information
alvarezguille authored Nov 26, 2019
1 parent 839485b commit 41053b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@
</execution>
</executions>
<configuration>
<maxAttempts>120</maxAttempts>
<wait>1000</wait>
<maxAttempts>180</maxAttempts>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -436,7 +437,8 @@
</execution>
</executions>
<configuration>
<maxAttempts>120</maxAttempts>
<wait>1000</wait>
<maxAttempts>180</maxAttempts>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 41053b6

Please sign in to comment.