set timeout to 10sec and timer to 60sec

This commit is contained in:
Uwe Steinmann 2017-12-19 11:50:38 +01:00
parent ad336cdd9f
commit 367039f8b1

View File

@ -1023,8 +1023,8 @@ $(document).ready(function() { /* {{{ */
} }
} }
}, },
timeout: 3000 timeout: 10000
}); });
timeOutId = setTimeout(checkTasks, 30000); timeOutId = setTimeout(checkTasks, 60000);
} }