Skip to content

Commit 09469da

Browse files
committed
trying stuff
Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
1 parent d272304 commit 09469da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/post/steps/test_monitoring.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ def _wait_job_status():
368368
# e.g. kube-state-metrics
369369
utils.retry(
370370
_wait_job_status,
371-
times=30,
372-
wait=3,
371+
times=60,
372+
wait=7,
373373
name="wait for job '{}' in namespace '{}' being '{}'".format(
374374
job, namespace, health
375375
),

0 commit comments

Comments
 (0)