We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8d950 commit 5c700e2Copy full SHA for 5c700e2
1 file changed
test_modules/checkDeadLink/checkDeadLink.js
@@ -8,7 +8,7 @@ var options = {
8
timeout: '90s',
9
};
10
11
-const maxAttempts = 5;
+const maxAttempts = 2;
12
13
const checkAndReportLink = (link, deadlinks, globalCounters, linkCounters, links, isPassed, callback) => {
14
checkLink(link, options, function(err, results){
0 commit comments