diff --git a/lighthouse-core/gather/driver.js b/lighthouse-core/gather/driver.js index 52d44d5b7135..8ae0c0245a45 100644 --- a/lighthouse-core/gather/driver.js +++ b/lighthouse-core/gather/driver.js @@ -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) {