You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/24 14:19:30 UTC

[hop] branch master updated: [IT] give mongo more time to start

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 20547cf  [IT] give mongo more time to start
     new 26db56a  Merge pull request #1394 from hansva/master
20547cf is described below

commit 20547cf6f791e46c95474c955fff6603cbfb1046
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Feb 24 14:47:06 2022 +0100

    [IT] give mongo more time to start
---
 docker/integration-tests/integration-tests-mongo.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/integration-tests/integration-tests-mongo.yaml b/docker/integration-tests/integration-tests-mongo.yaml
index 2db3a8f..d2f6cdf 100644
--- a/docker/integration-tests/integration-tests-mongo.yaml
+++ b/docker/integration-tests/integration-tests-mongo.yaml
@@ -33,7 +33,7 @@ services:
       - "27017"
     healthcheck:
       test: echo 'db.runCommand("ping").ok' | mongo 127.0.0.1:27017/test --quiet
-      interval: 20s
+      interval: 30s
       timeout: 10s
       retries: 6
-      start_period: 120s      
\ No newline at end of file
+      start_period: 240s      
\ No newline at end of file