From bd3b00c1ce928ba8ec3b17811bac0315ad67d5ae Mon Sep 17 00:00:00 2001 From: Lioncat2002 Date: Wed, 7 Dec 2022 22:17:40 +0530 Subject: [PATCH] chore: modifying the ts test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3eafaaeb..e8eee515 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "test": "jest --detectOpenHandles", "start:lite-rpc": "lite-rpc", - "test:test-validator": "start-server-and-test 'solana-test-validator --reset --quiet & sleep 150 ; target/debug/lite-rpc run --port 9000 --rpc-url http://localhost:8899 --subscription-port 9001 --websocket-url ws://localhost:8900/' http://localhost:8899/health test" + "test:test-validator": "start-server-and-test 'solana-test-validator --reset --quiet & target/debug/lite-rpc run --port 9000 --rpc-url http://localhost:8899 --subscription-port 9001 --websocket-url ws://localhost:8900/' http://localhost:8899/health test" }, "devDependencies": { "typescript": "^4.8.4"