Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen committed Jul 3, 2024
1 parent 879038c commit cc5155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mocks: ## generates mocks
go generate ./...

tests: ## runs all tests
go test -race ./... -timeout=30s
go test -race ./... -timeout=1m

tests-cover: ## run all tests with test coverge
go test -race ./... -coverprofile=coverage.out -covermode=atomic -v -count=1
Expand Down

0 comments on commit cc5155b

Please sign in to comment.