mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #1364 from smarterclayton/longer_hack_test_timeout
Increase the hack/test-go.sh timeout to account for more fuzzing
This commit is contained in:
commit
01a1723e7f
@ -46,7 +46,7 @@ find_test_pkgs() {
|
||||
|
||||
# -covermode=atomic becomes default with -race in Go >=1.3
|
||||
KUBE_COVER=${KUBE_COVER:--cover -covermode=atomic}
|
||||
KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout 30s}
|
||||
KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout 60s}
|
||||
|
||||
cd "${KUBE_TARGET}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user