]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/cephadm/test_cephadm.sh: wait longer for grafana
authorSage Weil <sage@redhat.com>
Tue, 11 Feb 2020 23:23:33 +0000 (17:23 -0600)
committerSage Weil <sage@redhat.com>
Wed, 12 Feb 2020 19:59:23 +0000 (13:59 -0600)
Sometimes it is very slow to start (only on 18.04, strangely?).

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephadm/test_cephadm.sh

index c623b56c85c337800571928e57a09526038f1ce4..8676ddced52cddce12e806b9225c1bf861756aa2 100755 (executable)
@@ -259,7 +259,7 @@ while true; do
        break
     fi
     TRIES=$(($TRIES + 1))
-    if [ "$TRIES" -eq 5 ]; then
+    if [ "$TRIES" -eq 30 ]; then
        echo "grafana did not come up"
        exit 1
     fi