]> source.dussan.org Git - redmine.git/commitdiff
Merged r17909 from trunk to 4.0-stable (#30939).
authorGo MAEDA <maeda@farend.jp>
Sat, 2 Mar 2019 03:04:57 +0000 (03:04 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 2 Mar 2019 03:04:57 +0000 (03:04 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17910 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/plugins.html.erb

index e1a1b2a6484833a35afd10e9fe2048486dcf9765..3d88c90d0c9538fb18f72f476bfa303b7a182f32 100644 (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();
       },