Browse code

Increase timeout to run tests on slow platforms

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>

root authored on 2015/07/14 05:19:59
Showing 1 changed files
... ...
@@ -146,7 +146,7 @@ ORIG_BUILDFLAGS=( -a -tags "netgo static_build $DOCKER_BUILDTAGS" -installsuffix
146 146
 # see https://github.com/golang/go/issues/9369#issuecomment-69864440 for why -installsuffix is necessary here
147 147
 BUILDFLAGS=( $BUILDFLAGS "${ORIG_BUILDFLAGS[@]}" )
148 148
 # Test timeout.
149
-: ${TIMEOUT:=30m}
149
+: ${TIMEOUT:=60m}
150 150
 TESTFLAGS+=" -test.timeout=${TIMEOUT}"
151 151
 
152 152
 # A few more flags that are specific just to building a completely-static binary (see hack/make/binary)