From 196f7ee83f10eff4ce50a7ea1785d9b0e4ff1be2 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 2 Mar 2019 03:04:57 +0000 Subject: [PATCH] Merged r17909 from trunk to 4.0-stable (#30939). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17910 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(); }, -- 2.39.5