Skip to content

Commit

Permalink
Allowed integration test time 60m -> 90m
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Mar 30, 2015
1 parent 520bb74 commit 34ba567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .'
;;

Expand Down

0 comments on commit 34ba567

Please sign in to comment.