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

2018-03-20 Thread mergebot-role
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 f0d486e1b90301ac0619d099e39d0bc44e7df466
Author: melissa 
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-r...@apache.org.


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

2018-03-20 Thread mergebot-role
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 
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-r...@apache.org.