Increase retries numbers of grafana check task

20 seconds may be too short to wait for grafana ready, Let's keep the
check task 60 seconds.

backport: rocky

Change-Id: Ib219ad215d1ef2147ba3591f8c398feb4f3c8888
Closes-Bug: #1821285
This commit is contained in:
chenxing 2019-03-22 15:54:13 +08:00 committed by caoyuan
parent 92d8d22cf6
commit 20ef211f6a

View File

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