Skip to content

Commit a24cdc6

Browse files
committed
Change html-proofer timeouts
1 parent 4328be3 commit a24cdc6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)