diff --git a/build.sh b/build.sh index 226ea5fa0..b3c42c87b 100755 --- a/build.sh +++ b/build.sh @@ -134,7 +134,7 @@ case "${1:-default}" in && go run build.go -race \ && export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \ && cd test \ - && go test -tags integration -v -timeout 60m -short \ + && go test -tags integration -v -timeout 90m -short \ && git clean -fxd .' ;;