Explorar o código

Increase timeout to run tests on slow platforms

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
root %!s(int64=10) %!d(string=hai) anos
pai
achega
b98edced9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/make.sh

+ 1 - 1
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)