Merge "Increase retries numbers of grafana check task" into stable/stein

This commit is contained in:
Zuul 2019-05-25 18:42:48 +00:00 committed by Gerrit Code Review
commit bcb4cc9ef9

View File

@ -5,7 +5,7 @@
status_code: 200
register: result
until: result.get('status') == 200
retries: 10
retries: 30
delay: 2
run_once: true