Bump ajax timeout to 5 mins

This commit is contained in:
Dan Sosedoff 2016-01-22 12:14:19 -06:00
parent 951bec8596
commit 3d1fd4a7aa
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@ function getPagesCount(rowsCount) {
}
function apiCall(method, path, params, cb) {
var timeout = 120000; // 2 mins is enough
var timeout = 300000; // 5 mins is enough
$.ajax({
timeout: timeout,