diff --git a/.travis.yml b/.travis.yml index 655d38b..33c91a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: script: - $HOME/gopath/bin/goveralls -service=travis-ci - $HOME/gopath/bin/golint -min_confidence 0.9 -set_exit_status -- go test -v -race -timeout 2m -count 3 +- go test -v -race -timeout 3m -count 3 - go tool vet -v -all . branches: only: