travis: increase test timeout to 15 min
This commit is contained in:
parent
57fbd38498
commit
eb1a1561c2
@ -17,7 +17,7 @@ cache:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go build ./...
|
- 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:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user