add travis_wait to test job

in an attempt to counter the frequent "no output received" problem
This commit is contained in:
vyzo 2020-04-22 15:34:35 +03:00
parent f7c398087a
commit 57fbd38498
1 changed files with 1 additions and 1 deletions

View File

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