]> git.openstreetmap.org Git - chef.git/commitdiff
Increase timeout for wiki updates
authorTom Hughes <tom@compton.nu>
Sun, 15 Jan 2023 11:42:36 +0000 (11:42 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 15 Jan 2023 11:42:36 +0000 (11:42 +0000)
cookbooks/mediawiki/resources/site.rb

index 34bec44e0a8a5cd98393ac3a5bb1af96e868ab65..3d602616db1f0087dd986da5e97067efa68b7304 100644 (file)
@@ -531,6 +531,7 @@ action :update do
     cwd mediawiki_directory
     user node[:mediawiki][:user]
     group node[:mediawiki][:group]
+    timeout 86400
   end
 end