From fe6038a7e564d89c31f0461ace8ff724d5e30e74 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 30 Sep 2021 09:55:46 +0200
Subject: [PATCH] increase prometheus alert test retries

TRIGGER_JOBS=enable-nextcloud,enable-rocketchat,enable-wekan,enable-wordpress,enable-monitoring
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65a261ba3..35a952cb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -853,7 +853,7 @@ kube-prometheus-stack-alerts:
     - *debug_information
     - export BASIC_AUTH_PW=$(python3 -m openappstack $HOSTNAME secrets | grep oas-prometheus-basic-auth | cut -d'=' -f2)
     - cd test/
-    - bash ../.gitlab/ci_scripts/retry_cmd_until_success.sh 10 10 pytest -s -m 'prometheus' --connection=ansible --ansible-inventory=../${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
+    - bash ../.gitlab/ci_scripts/retry_cmd_until_success.sh 30 10 pytest -s -m 'prometheus' --connection=ansible --ansible-inventory=../${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
   extends:
     - .ssh_setup
     - .kube_prometheus_stack_rules
-- 
GitLab