Browse code

Windows CI: Bump timeout for tests

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/03/05 02:32:30
Showing 1 changed files
... ...
@@ -170,6 +170,8 @@ BUILDFLAGS=( $BUILDFLAGS "${ORIG_BUILDFLAGS[@]}" )
170 170
 
171 171
 if [ "${DOCKER_ENGINE_GOARCH}" == "arm" ]; then
172 172
 	: ${TIMEOUT:=210m}
173
+elif [ "${DOCKER_ENGINE_GOARCH}" == "windows" ]; then
174
+	: ${TIMEOUT:=180m}
173 175
 else
174 176
 	: ${TIMEOUT:=120m}
175 177
 fi