From 41053b6a10fbafc79f2e4f7bbd988f3f09b51b99 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 26 Nov 2019 10:14:02 +0200 Subject: [PATCH] Extend the attempts and wait when running ITs (#972) (#973) Otherwise sometimes StartMojo fails because app hasn't start in wait * maxAttempts --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 281c19c36..3cf41ea15 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,8 @@ - 120 + 1000 + 180 @@ -436,7 +437,8 @@ - 120 + 1000 + 180