Skip to content

Commit 5c700e2

Browse files
committed
fix(link-checker): reduce max-attempts count
1 parent da8d950 commit 5c700e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_modules/checkDeadLink/checkDeadLink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var options = {
88
timeout: '90s',
99
};
1010

11-
const maxAttempts = 5;
11+
const maxAttempts = 2;
1212

1313
const checkAndReportLink = (link, deadlinks, globalCounters, linkCounters, links, isPassed, callback) => {
1414
checkLink(link, options, function(err, results){

0 commit comments

Comments
 (0)