Skip to content

Commit

Permalink
60s
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Oct 27, 2018
1 parent 279e1bb commit a9fabde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/gather/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ class Driver {
// happen _after_ onload: https://crbug.com/768961
this.sendCommand('Page.enable');
this.sendCommand('Emulation.setScriptExecutionDisabled', {value: disableJS});
this.setNextProtocolTimeout(10000);
this.setNextProtocolTimeout(60000); // see https://github.com/GoogleChrome/lighthouse/issues/6407
this.sendCommand('Page.navigate', {url});

if (waitForLoad) {
Expand Down

0 comments on commit a9fabde

Please sign in to comment.