Skip to content

Commit

Permalink
ci: increase test-system timeout (#22386)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli authored Oct 28, 2024
1 parent e37d71a commit 94919dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WAIT_TIME ?= 45s
all: test format

test:
go test -mod=readonly -failfast -tags='system_test' ./... --wait-time=$(WAIT_TIME) --verbose $(if $(findstring v2,$(COSMOS_BUILD_OPTIONS)),--binary=simdv2)
go test -mod=readonly -failfast -timeout=15m -tags='system_test' ./... --wait-time=$(WAIT_TIME) --verbose $(if $(findstring v2,$(COSMOS_BUILD_OPTIONS)),--binary=simdv2)

format:
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" | xargs gofumpt -w
Expand Down

0 comments on commit 94919dc

Please sign in to comment.