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

Fix IT #5773

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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