Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 10, 2024
1 parent 54169bf commit 3ac81b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:
go test -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic ./...

test-rosetta-ci:
sh ./scripts/simapp-start-node.sh &
sh ./scripts/simapp-start-node.sh
sleep 120
make build && make plugin
./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" &
Expand Down
3 changes: 1 addition & 2 deletions scripts/simapp-start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ make build
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"
until curl --silent --head --fail http://localhost:26657/health; do
sleep 1
done

0 comments on commit 3ac81b7

Please sign in to comment.