File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
1010let attempts = process . argv [ 3 ] || 3 ;
1111let args = process . argv . slice ( 4 ) ;
1212if ( args . length === 0 ) {
Original file line number Diff line number Diff line change 1+ # Download resources for system tests (service account key, etc.)
2+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
3+
4+ env_vars: {
5+ key: " TRAMPOLINE_BUILD_FILE"
6+ value: " github/nodejs-datastore/.kokoro/samples-test.sh"
7+ }
Original file line number Diff line number Diff line change 1+ # Download resources for system tests (service account key, etc.)
2+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
3+
4+ env_vars: {
5+ key: " TRAMPOLINE_BUILD_FILE"
6+ value: " github/nodejs-datastore/.kokoro/system-test.sh"
7+ }
You can’t perform that action at this time.
0 commit comments