diff --git a/Makefile b/Makefile index 18881bfc..0ee97f5f 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ change-copyright-year: ./utils/missing_license.sh change-year test: gofiles - go test -v -timeout=5m -p=1 -count=1 -coverprofile=/tmp/coverage.out -run=${TESTRUN} ./internal/... ./pkg/... + go test -v -timeout=10m -p=1 -count=1 -coverprofile=/tmp/coverage.out -run=${TESTRUN} ./internal/... ./pkg/... test-race: gofiles go test -v -timeout=30m -p=1 -count=1 -race -failfast -run=${TESTRUN} ./internal/... ./pkg/...