increased timeout to 15 m

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2025-05-26 15:42:37 +02:00
parent 9eba7d6632
commit c9dc2480ad
No known key found for this signature in database

View File

@ -214,6 +214,6 @@ jobs:
run: | run: |
pushd ${{ matrix.directory }} pushd ${{ matrix.directory }}
# Exclude generated .pb.go and .pb.gw.go files from test and coverage # Exclude generated .pb.go and .pb.gw.go files from test and coverage
go test -coverprofile cover.out -race -vet=off -v $(go list ./... | grep -v types) go test -coverprofile cover.out -race -vet=off -timeout 15m -v $(go list ./... | grep -v types)
# Print coverage by function # Print coverage by function
go tool cover -func=cover.out go tool cover -func=cover.out