diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/plugins.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb index e1a1b2a64..3d88c90d0 100644 --- a/app/views/admin/plugins.html.erb +++ b/app/views/admin/plugins.html.erb @@ -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(); }, |