mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-06-02 13:06:43 +00:00
update timeout for unit test from default 10m to 20m
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
||||
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -euo pipefail
|
||||
@@ -14,4 +14,4 @@ export GOCACHE="$PWD/cache/gocache"
|
||||
export GOMODCACHE="$PWD/cache/gomodcache"
|
||||
|
||||
cd pinniped
|
||||
go test -short -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
go test -short -timeout 20m -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
|
||||
Reference in New Issue
Block a user