From c47049c5ccb2400c39e3ff6cdc3130e3498488ca Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 2 Mar 2019 03:07:44 +0000 Subject: [PATCH] Merged r17909 from trunk to 3.4-stable (#30939). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17911 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/plugins.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },