1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-03 22:29:39 +00:00

Timeout for "Check for updates" on Plugins page is too short (#30939).

Contributed by Eric Gauthier.


git-svn-id: http://svn.redmine.org/redmine/trunk@17909 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-03-01 08:15:59 +00:00
parent 40c894ff03
commit 917f9d9442

View File

@ -29,7 +29,7 @@ $(document).ready(function(){
dataType: "jsonp",
url: "https://www.redmine.org/plugins/check_updates",
data: <%= raw_json plugin_data_for_updates(@plugins) %>,
timeout: 3000,
timeout: 10000,
beforeSend: function(){
$('#ajax-indicator').show();
},