summaryrefslogtreecommitdiff
path: root/web-ui/app/js/helpers/monitored_ajax.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/helpers/monitored_ajax.js')
-rw-r--r--web-ui/app/js/helpers/monitored_ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/helpers/monitored_ajax.js b/web-ui/app/js/helpers/monitored_ajax.js
index e259756f..3f5ff2fe 100644
--- a/web-ui/app/js/helpers/monitored_ajax.js
+++ b/web-ui/app/js/helpers/monitored_ajax.js
@@ -25,7 +25,7 @@ define(
function monitoredAjax(on, url, config) {
if (config) {
- config.timeout = 5*1000;
+ config.timeout = 60*1000;
}
return $.ajax(url, config).fail(function(xmlhttprequest, textstatus, message) {
var msg = '';