Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix IT (#5773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed May 9, 2022
1 parent 72eb4d1 commit b50f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jenkins/test_rest_server_js_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ EOT

cp ${WORKSPACE}/src/rest-server/docs/swagger.yaml .
node tests/common/apiTestCaseGenerator.js -- "swagger.yaml" ".tests/apiTestCase.json"
sudo npm install -g mocha
sudo npm install -g mocha@9.2.2
mocha tests/api_tests/**/*.spec.js -t 1800000

cd ../..
Expand Down

0 comments on commit b50f291

Please sign in to comment.