update timeout for unit test from 20m to 15m

This commit is contained in:
Ryan Richard
2025-05-12 15:18:59 -07:00
parent 6089d5cde4
commit 2c5c2b50c0

View File

@@ -14,4 +14,4 @@ export GOCACHE="$PWD/cache/gocache"
export GOMODCACHE="$PWD/cache/gomodcache"
cd pinniped
go test -short -timeout 20m -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
go test -short -timeout 15m -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...