You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/03/20 20:56:53 UTC

[beam-site] 01/02: Increase link checking timeouts

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 99ed5440cf87d531399c954d5f6e7e1533502d3b
Author: melissa <me...@google.com>
AuthorDate: Wed Mar 7 15:36:20 2018 -0800

    Increase link checking timeouts
---
 Rakefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Rakefile b/Rakefile
index b92022d..1c858cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,6 +5,9 @@ task :test do
   FileUtils.rm_rf('./.testcontent')
   sh "bundle exec jekyll build --config _config.yml,_config_test.yml"
   HTMLProofer.check_directory("./.testcontent", {
+    :typhoeus => {
+      :timeout => 60,
+      :connecttimeout => 40 },
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/]

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.