Skip to content

Commit

Permalink
Use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 3, 2023
1 parent 5b710de commit 0436d41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testing/ci/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while ! curl 127.0.0.1:3030/status; do
sleep 1
done

while ! curl 127.0.0.1:9545; do
while ! curl localhost:9545; do
sleep 1
done

Expand Down
2 changes: 1 addition & 1 deletion testing/ci/e2e_deploy_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while ! curl 127.0.0.1:3030; do
sleep 1
done

while ! curl 127.0.0.1:9545; do
while ! curl localhost:9545; do
sleep 1
done

Expand Down
2 changes: 1 addition & 1 deletion testing/ci/test_challenge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ while ! curl 127.0.0.1:3030; do
sleep 1
done

while ! curl 127.0.0.1:9545; do
while ! curl localhost:9545; do
sleep 1
done

Expand Down
2 changes: 1 addition & 1 deletion testing/ci/test_ethrelay_catchup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while ! curl 127.0.0.1:3030; do
sleep 1
done

while ! curl 127.0.0.1:9545; do
while ! curl localhost:9545; do
sleep 1
done

Expand Down
2 changes: 1 addition & 1 deletion testing/ci/test_npm_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ while ! curl 127.0.0.1:3030; do
sleep 1
done

while ! curl 127.0.0.1:9545; do
while ! curl localhost:9545; do
sleep 1
done

Expand Down

0 comments on commit 0436d41

Please sign in to comment.