Skip to content

Commit

Permalink
chore: test e2e test for node-zksync task
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Nov 29, 2024
1 parent fafbc25 commit 3ec9a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/fixture-projects/node/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ echo "Running node"

pnpm hardhat node-zksync &

sleep 3
sleep 10

LOG_FILE="./era_test_node.log"

if grep -q "Node is ready at 127.0.0.1:8011" "$LOG_FILE"; then
if grep -q "Node is ready at 127.0.0.1:8012" "$LOG_FILE"; then
echo "ZKsync node started successfully."
else
echo "Failed to start ZKsync node. Exiting with code 1."
Expand Down

0 comments on commit 3ec9a91

Please sign in to comment.