Skip to content

Commit

Permalink
increase timeout for UT
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Feb 14, 2024
1 parent 3f38041 commit 901c7a6
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 @@ -58,7 +58,7 @@ generate-bsd-licenses: check-git

.PHONY: test
test: check-go
go test -race -shuffle=on -coverprofile coverage.out -timeout 20m `go list ./... | grep -v e2e`
go test -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e`

.PHONY: fuzz-test
fuzz-test: check-go
Expand Down

0 comments on commit 901c7a6

Please sign in to comment.