increase travis test timeout to 20m
this things keep hitting the global timeout with all the build time involved
This commit is contained in:
parent
7efd666dc4
commit
1cf5d645f4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue