diff --git a/.travis.yml b/.travis.yml index a8a06f8ce2..77e1f3201b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: go: 1.13.x script: - go run build/ci.go install - - travis_wait go run build/ci.go test -coverage $TEST_PACKAGES + - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES - stage: build os: osx