Repository: ambari
Updated Branches:
  refs/heads/trunk 249567dde -> 535fd1fb9


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/535fd1fb
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/535fd1fb
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/535fd1fb

Branch: refs/heads/trunk
Commit: 535fd1fb92454dd1b759cbda1b4a135aa3c881e6
Parents: 249567d
Author: Siddharth Wagle <swa...@hortonworks.com>
Authored: Mon Jun 27 12:34:57 2016 -0700
Committer: Siddharth Wagle <swa...@hortonworks.com>
Committed: Mon Jun 27 12:34:57 2016 -0700

----------------------------------------------------------------------
 .../ambari-metrics-grafana/conf/unix/ambari-metrics-grafana        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/535fd1fb/ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana
----------------------------------------------------------------------
diff --git 
a/ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana 
b/ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana
index 29851d2..f0c2ed4 100644
--- a/ambari-metrics/ambari-metrics-grafana/conf/unix/ambari-metrics-grafana
+++ b/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

Reply via email to