From 4cfb69848e0a65c6282bfdcbc76dd5008ed9adba Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 19 Dec 2014 14:56:08 -0200 Subject: #82 increasing ajax call timeout --- web-ui/app/js/helpers/monitored_ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/js/helpers/monitored_ajax.js') 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 = ''; -- cgit v1.2.3