Merge pull request #20959 from Microsoft/jjh/bumptimeout
Windows CI: Bump timeout for tests Upstream-commit: e7cbae9fd6d6d140902bf68e7c9e4c57bbb9f5ad Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user