ソースを参照

AMBARI-17452. Increase timeout for Grafana start/initialize opertaion. (swagle)

Siddharth Wagle 9 年 前
コミット
33f15977da

+ 1 - 1
ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana

@@ -122,7 +122,7 @@ case "$1" in
         exit 1
         exit 1
       fi
       fi
       i=0
       i=0
-      timeout=10
+      timeout=60
       # Wait for the process to be properly started before exiting
       # Wait for the process to be properly started before exiting
       until { cat "$PID_FILE" | xargs kill -0; } >/dev/null 2>&1
       until { cat "$PID_FILE" | xargs kill -0; } >/dev/null 2>&1
       do
       do