From 14e7c996e2126fd356d3f1ea29f0ea444a409ded Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Jul 2015 20:19:59 +0000 Subject: [PATCH] Increase timeout to run tests on slow platforms Signed-off-by: Srini Brahmaroutu Upstream-commit: b98edced9e16e73b84a1a7fc670d4c3f6d57f3e8 Component: engine --- components/engine/hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/make.sh b/components/engine/hack/make.sh index ad3eee2a5c..c7a496fab7 100755 --- a/components/engine/hack/make.sh +++ b/components/engine/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)