浏览代码

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

Siddharth Wagle 9 年之前
父节点
当前提交
33f15977da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana

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

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