Skip to content

Commit

Permalink
add timeout to makefile, update images with sha hash as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 27, 2023
1 parent bfec054 commit eedc8e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/starship/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD_DIR = ./build
all: test

test:
go test -count=1 -mod=readonly -v -race ./...
go test -count=1 -mod=readonly -timeout 20m -v -race ./...

build-setup:
cd setup && go build cmd/... -o build/ ./setup
Expand Down
4 changes: 2 additions & 2 deletions tests/starship/configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chains:
- name: mesh-1
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down Expand Up @@ -36,7 +36,7 @@ chains:
- name: mesh-2
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down
4 changes: 2 additions & 2 deletions tests/starship/configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chains:
- name: mesh-1
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down Expand Up @@ -36,7 +36,7 @@ chains:
- name: mesh-2
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship@sha256:a2d44df58adf71dabecb9c03ae4eb5fdf460843de72b04ee49b91d55705005c9
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down

0 comments on commit eedc8e1

Please sign in to comment.