diff --git a/.travis.yml b/.travis.yml index 08e3b31..c6b3e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: script: - go build ./... - - travis_wait go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait go test -timeout 15m -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)