Skip to content

Commit

Permalink
FUSETOOLS2-3332 - add thread.sleep in case conditional wait is no more
Browse files Browse the repository at this point in the history
accurate enough

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 30, 2020
1 parent 14ec111 commit d1a0ecf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ protected void testProjectCreation(String projectNameSuffix, CamelDSLType dsl, S
waitJob();
checkCorrectNatureEnabled(project);
waitForValidationThreads();
Thread.sleep(120000);
checkNoValidationError();
checkNoValidationWarning();
additionalChecks(project);
Expand Down

0 comments on commit d1a0ecf

Please sign in to comment.