Skip to content

Commit

Permalink
Revert e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 5, 2024
1 parent 9a291fc commit cb022e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function start_app() {
nohup node --loader ts-node/esm packages/cli/test/scripts/e2e_test_env.ts > test-logs/e2e-test-env/simulation.out 2>&1 &
echo $! > test-logs/e2e-test-env/simulation.pid
echo "Wait for the node to be ready"
npx wait-port -t 120000 0.0.0.0:5001
npx wait-port -t 60000 0.0.0.0:5001
}

function stop_app() {
Expand Down

0 comments on commit cb022e4

Please sign in to comment.