1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #20959 from Microsoft/jjh/bumptimeout

Windows CI: Bump timeout for tests
This commit is contained in:
David Calavera 2016-03-04 11:44:25 -08:00
commit e7cbae9fd6

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