Skip to content

Commit

Permalink
Windows CI: Bump timeout for tests
Browse files Browse the repository at this point in the history
Signed-off-by: John Howard <[email protected]>
  • Loading branch information
John Howard committed Mar 4, 2016
1 parent c08b674 commit 6a1ae18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1ae18

Please sign in to comment.