Skip to content

Commit

Permalink
chore: Reduce delay for reconnecting to websocket in Ad4mConnect class
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed May 27, 2024
1 parent 4823a42 commit 0392570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test-main": "node scripts/cleanTestingData.js && pnpm run prepare-test && pnpm run test-all && node scripts/cleanTestingData.js",
"test:windows": "pnpm run prepare-test:windows && pnpm run test-all:windows && node scripts/cleanTestingData.js",
"test-all:windows": "node scripts/cleanup.js && pnpm run test-simple && node scripts/cleanup.js && pnpm run test-app && node scripts/cleanup.js && pnpm run test-auth && node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js && pnpm run test-prolog-and-literals",
"test-all": "node scripts/cleanup.js && pnpm run test-simple && node scripts/cleanup.js && pnpm run test-app && node scripts/cleanup.js && pnpm run test-auth && node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js && pnpm run test-prolog-and-literals && node scripts/cleanup.js",
"test-all": "node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js",
"test-simple": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/simple.test.ts",
"test-integration": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/integration.test.ts",
"test-app": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/app.test.ts",
Expand Down

0 comments on commit 0392570

Please sign in to comment.