Skip to content

Commit

Permalink
updating default port
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Jul 16, 2024
1 parent 8e4c95d commit 754d506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tee-worker/cli/lit_test_failed_parentchain_extrinsic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ NODEURL=${NODEURL:-"ws://127.0.0.1"}
WORKER1PORT=${WORKER1PORT:-2000}
WORKER1URL=${WORKER1URL:-"wss://127.0.0.1"}

UNTRUSTED_PORT=${UNTRUSTED_PORT:-4645}
UNTRUSTED_PORT=${UNTRUSTED_PORT:-4545}

URL="http://127.0.0.1:$UNTRUSTED_PORT/is_initialized"
MAX_RETRIES=60
MAX_RETRIES=200
COUNTER=0

# Wait for the server to be ready
Expand Down

0 comments on commit 754d506

Please sign in to comment.