diff --git a/hack/make.sh b/hack/make.sh index ad3eee2a5c0facedc7c54bc7780a5158b9f30e46..c7a496fab77feba6306e3b35fb078d215d16b9f7 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -146,7 +146,7 @@ ORIG_BUILDFLAGS=( -a -tags "netgo static_build $DOCKER_BUILDTAGS" -installsuffix # see https://github.com/golang/go/issues/9369#issuecomment-69864440 for why -installsuffix is necessary here BUILDFLAGS=( $BUILDFLAGS "${ORIG_BUILDFLAGS[@]}" ) # Test timeout. -: ${TIMEOUT:=30m} +: ${TIMEOUT:=60m} TESTFLAGS+=" -test.timeout=${TIMEOUT}" # A few more flags that are specific just to building a completely-static binary (see hack/make/binary)