Windows CI: Bump timeout for tests

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 6a1ae187d081a5023493ab20fe41ba8a768d62bf
Component: engine
This commit is contained in:
John Howard
2016-03-04 09:36:46 -08:00
parent a3ffabb772
commit d4eaa45a84
+2
View File
@@ -170,6 +170,8 @@ BUILDFLAGS=( $BUILDFLAGS "${ORIG_BUILDFLAGS[@]}" )
if [ "${DOCKER_ENGINE_GOARCH}" == "arm" ]; then
: ${TIMEOUT:=210m}
elif [ "${DOCKER_ENGINE_GOARCH}" == "windows" ]; then
: ${TIMEOUT:=180m}
else
: ${TIMEOUT:=120m}
fi