File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163 "prepack" : " oclif manifest && oclif readme" ,
164164 "test" : " mocha --forbid-only \" integration-tests/main-cases/*.test.ts\" " ,
165165 "test:formatting" : " mocha --forbid-only \" integration-tests/main-cases/formatting.test.ts\" " ,
166- "test:service" : " mocha --forbid-only integration-tests/main-cases/service-client-serial.test.ts && mocha --forbid-only --parallel --jobs 4 integration-tests/main-cases/service-client-parallel/*.test.ts" ,
167- "test:native" : " mocha --forbid-only integration-tests/main-cases/native-client-serial.test.ts && mocha --forbid-only --parallel --jobs 4 integration-tests/main-cases/native-client-parallel/*.test.ts" ,
166+ "test:service" : " mocha --forbid-only integration-tests/main-cases/service-client-serial.test.ts --timeout 180000 && mocha --forbid-only --parallel --jobs 4 integration-tests/main-cases/service-client-parallel/*.test.ts --timeout 180000 " ,
167+ "test:native" : " mocha --forbid-only integration-tests/main-cases/native-client-serial.test.ts --timeout 180000 && mocha --forbid-only --parallel --jobs 4 integration-tests/main-cases/native-client-parallel/*.test.ts --timeout 180000 " ,
168168 "version" : " oclif readme && git add README.md" ,
169169 "docs-generator" : " node ./bin/run.js docs-generator"
170170 },
You can’t perform that action at this time.
0 commit comments