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:
commit
e7cbae9fd6
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue