Skip to content

Commit 233d8f7

Browse files
committed
Change html-proofer timeouts
1 parent f4fad46 commit 233d8f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ end
2929
desc 'verify links'
3030
task test: :build do
3131
options = {
32+
typhoeus:
33+
{
34+
connecttimeout: 60,
35+
timeout: 300
36+
},
3237
check_external_hash: true,
3338
check_internal_hash: true,
3439
check_favicon: true,

0 commit comments

Comments
 (0)