diff --git a/.travis.yml b/.travis.yml index 031fac3..b4acc74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ cache: script: - go build ./... - - travis_wait go test -timeout 20m -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait 30 go test -timeout 30m -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)