Skip to content

Commit

Permalink
Update test_integration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 21, 2023
1 parent 6c80b5e commit 6aa87af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker run -d \
function waitTestNode {
echo "Waiting for test node: $1"
# Wait till the test node fully started
RETRIES=30
RETRIES=60
i=0
until curl \
--silent \
Expand Down

0 comments on commit 6aa87af

Please sign in to comment.