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
(cherry picked from commit 20ef211f6a)
This commit is contained in:
chenxing 2019-03-22 15:54:13 +08:00 committed by Mark Goddard
parent 0146fc1633
commit 1f655ed9c9
1 changed files with 1 additions and 1 deletions

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