Skip to content

Commit d28c50d

Browse files
committed
Update HTMLProofer timeout
1 parent 872fa3e commit d28c50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ task test: :build do
3232
typhoeus:
3333
{
3434
followlocation: true,
35-
connecttimeout: 20, # default: 10
36-
timeout: 60 # default: 30
35+
connecttimeout: 30, # default: 10
36+
timeout: 90 # default: 30
3737
},
3838
hydra: { max_concurrency: 50 },
3939
check_external_hash: true,

0 commit comments

Comments
 (0)