mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows CI: Bump timeout for tests
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c08b674d56
commit
6a1ae187d0
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…
Add table
Reference in a new issue