From 0392570839a012de4b15bac183d92409a9a79008 Mon Sep 17 00:00:00 2001 From: Fayeed Pawaskar Date: Mon, 27 May 2024 17:35:31 +0530 Subject: [PATCH] chore: Reduce delay for reconnecting to websocket in Ad4mConnect class --- tests/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/package.json b/tests/js/package.json index 09eedb0c7..df617ed8a 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -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",