Skip to content

Commit

Permalink
increase generic protocol timeout to 10s (#6475)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Nov 8, 2018
1 parent a3159e7 commit 56504f7
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 @@ -26,7 +26,7 @@ const Connection = require('./connections/connection.js');
// Controls how long to wait after onLoad before continuing
const DEFAULT_PAUSE_AFTER_LOAD = 0;
// Controls how long to wait between network requests before determining the network is quiet
const DEFAULT_NETWORK_QUIET_THRESHOLD = 5000;
const DEFAULT_NETWORK_QUIET_THRESHOLD = 10000;
// Controls how long to wait between longtasks before determining the CPU is idle, off by default
const DEFAULT_CPU_QUIET_THRESHOLD = 0;
// Controls how long to wait for a response after sending a DevTools protocol command.
Expand Down

0 comments on commit 56504f7

Please sign in to comment.