travis: increase test timeout to 15 min

This commit is contained in:
vyzo 2020-04-22 15:56:45 +03:00
parent 57fbd38498
commit eb1a1561c2

View File

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