From 34ba5678c348a29fda84a73e5c5c2a5e0e3e117d Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 30 Mar 2015 08:26:31 +0200 Subject: [PATCH] Allowed integration test time 60m -> 90m --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .' ;;