Increase the hack/test-go.sh timeout to account for more fuzzing

We fuzz v1beta1 and v1beta2 now, so fuzzer takes twice as long.
This commit is contained in:
Clayton Coleman 2014-09-18 14:17:32 -04:00
parent a4912d7203
commit 27bbd7df56

View File

@ -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}"