Skip to content

Commit

Permalink
Increase timeout to 2min
Browse files Browse the repository at this point in the history
it sometimes takes about that long for the request to
https://www.googleapis.com/chromewebstore/v1.1/items/verify
 to appear
  • Loading branch information
diracdeltas committed Oct 18, 2018
1 parent 65ce1ab commit 224b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const start = (buildConfig = config.defaultBuildConfig, options) => {

let cmdOptions = {
stdio: 'inherit',
timeout: options.network_log ? 20000 : undefined,
timeout: options.network_log ? 120000 : undefined,
shell: true
}

Expand Down

0 comments on commit 224b937

Please sign in to comment.