mirror of https://github.com/docker/docs.git
Merge pull request #20959 from Microsoft/jjh/bumptimeout
Windows CI: Bump timeout for tests
This commit is contained in:
commit
e7cbae9fd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue