Skip to content

Commit

Permalink
Incrase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 26, 2019
1 parent a025413 commit 16a5284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/check-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ page.onResourceError = function(resourceError) {
}
};
page.onResourceTimeout = page.onResourceError;
page.settings.resourceTimeout = 2000;
page.settings.resourceTimeout = 4000;
page.onUrlChanged = function(url) {
console.log('URL changed: ' + url);
};
Expand Down

0 comments on commit 16a5284

Please sign in to comment.