Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Increase waitVal to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 8, 2016
1 parent 3e76328 commit 6885e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function cleanLinks(urls) {
// Opens the page, perform tests and fetch next links
function crawl(link) {
console.log('Crawling ' + link);
var waitVal = 1000;
var waitVal = 5000;
checked.push(link);
this.start(link);
this.wait(waitVal);
Expand Down

0 comments on commit 6885e6e

Please sign in to comment.