diff --git a/Makefile b/Makefile index f6a4d0d..f7aa988 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ test: test-rosetta-ci: sh ./scripts/simapp-start-node.sh & + sleep 30 make build && make plugin ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" & sleep 30 - export SIMD_BIN=./cosmos-sdk/build/simd && chmod +x ./tests/rosetta-cli/data.sh && sh ./tests/rosetta-cli/data.sh sh ./tests/rosetta-cli/rosetta-cli-test.sh ############################################################################### diff --git a/scripts/simapp-start-node.sh b/scripts/simapp-start-node.sh index b046546..30a706a 100644 --- a/scripts/simapp-start-node.sh +++ b/scripts/simapp-start-node.sh @@ -6,5 +6,6 @@ export SIMD_BIN=./build/simd make init-simapp --dry-run $SIMD_BIN start until curl --output /dev/null --silent --head --fail http://localhost:26657/health; do + echo "trying" sleep 1 done \ No newline at end of file