Skip to content

Commit b562807

Browse files
dpebotJustinBeckwith
authored andcommitted
Update the CI config (#84)
1 parent 15d2878 commit b562807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-dataproc/.circleci/npm-install-retry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let spawn = require('child_process').spawn;
66
//USE: ./index.js <ms npm can be idle> <number of attempts> [... NPM ARGS]
77
//
88

9-
let timeout = process.argv[2] || 60000;
9+
let timeout = process.argv[2] || process.env.NPM_INSTALL_TIMEOUT || 60000;
1010
let attempts = process.argv[3] || 3;
1111
let args = process.argv.slice(4);
1212
if (args.length === 0) {

0 commit comments

Comments
 (0)