increase test timeout on travis

This commit is contained in:
Yusef Napora 2020-05-15 13:28:12 -04:00 committed by vyzo
parent a70cfa5e07
commit cd4f0a74a3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache:
script:
- go build ./...
- travis_wait 30 go test -timeout 30m -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- travis_wait 35 go test -timeout 35m -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)