File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,6 @@ export CLOUD_SQL_CONNECTION_NAME=$(cat $KOKORO_GFILE_DIR/secrets-pg-connection-n
92
92
export IDP_KEY=$( gcloud secrets versions access latest --secret=" nodejs-docs-samples-idp-key" --project=" ${GOOGLE_CLOUD_PROJECT} " )
93
93
94
94
npm test
95
+ set -x
95
96
npm run --if-present system-test
97
+ set +x
Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"start" : " node index.js" ,
18
18
"test" : " mocha test/app.test.js --timeout=10000 --exit" ,
19
- "system-test" : " mocha test/system.test.js --timeout=300000 "
19
+ "system-test" : " mocha test/system.test.js --timeout=480000 --exit "
20
20
},
21
21
"dependencies" : {
22
22
"express" : " ^4.17.1" ,
Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"start" : " node index.js" ,
17
17
"test" : " mocha test/app.test.js --exit" ,
18
- "system-test" : " mocha test/system.test.js --timeout=10000 --exit"
18
+ "system-test" : " mocha test/system.test.js --timeout=180000 --exit"
19
19
},
20
20
"dependencies" : {
21
21
"express" : " ^4.17.1" ,
You can’t perform that action at this time.
0 commit comments