AMBARI-20759. The Web Client Upgrade Wizard Does Not Wait Long Enough When Creating a Large Upgrade (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d98db012 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d98db012 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d98db012 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: d98db012578a2ab01430d21ac4c8ef52342e0298 Parents: ad4e11c Author: Alex Antonenko <[email protected]> Authored: Fri Apr 14 19:17:27 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Apr 21 09:23:13 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/utils/ajax/ajax.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d98db012/ambari-web/app/utils/ajax/ajax.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/ajax/ajax.js b/ambari-web/app/utils/ajax/ajax.js index 2b5e52a..5d7108f 100644 --- a/ambari-web/app/utils/ajax/ajax.js +++ b/ambari-web/app/utils/ajax/ajax.js @@ -1707,6 +1707,7 @@ var urls = { 'type': 'POST', 'format': function (data) { return { + timeout : 600000, data: JSON.stringify({ "Upgrade": { "repository_version": data.value,
