git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1446328 13f79535-47bb-0310-9956-ffa450edef68
@@ -40,6 +40,8 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-1430. Increase UI timeout for long running API operations. (yusaku)
+
AMBARI-1427. Add ability to increase the time range for the zoomed-in graphs
beyond last one hour. (yusaku)
@@ -28,7 +28,7 @@ App.defaultLocalStackVersion = 'HDPLocal-1.2.0';
App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
App.addServicesEnabled = false;
// default AJAX timeout
-App.timeout = 20000;
+App.timeout = 180000;
// max number of retries for certain AJAX calls
App.maxRetries = 3;
App.bgOperationsUpdateInterval = 6000;