increase travis test timeout to 20m

this things keep hitting the global timeout with all the build time involved
This commit is contained in:
vyzo 2020-04-22 18:55:27 +03:00
parent 7efd666dc4
commit 1cf5d645f4
1 changed files with 1 additions and 1 deletions

View File

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