Skip to content

Commit

Permalink
fixed slinky e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Jun 14, 2024
1 parent 3c9eba3 commit 21409ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ build-slinky-e2e-docker-image: go.sum $(BUILDDIR)/
-f Dockerfile.builder .

slinky-e2e-test:
cd ./tests/slinky && go mod tidy && go test -v -race -timeout 20m -count=1 ./...
cd ./tests/slinky && go mod tidy && go test -v -race -timeout 40m -count=1 ./...

install-test-binary: check_version go.sum
go install -mod=readonly $(BUILD_FLAGS_TEST_BINARY) ./cmd/neutrond
Expand Down
2 changes: 1 addition & 1 deletion tests/slinky/slinky_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (

oracleImage = ibc.DockerImage{
Repository: "ghcr.io/skip-mev/slinky-sidecar",
Version: "v1.0.1-rc",
Version: "v1.0.0",
UidGid: "1000:1000",
}
encodingConfig = testutil.MakeTestEncodingConfig(
Expand Down

0 comments on commit 21409ef

Please sign in to comment.