increase travis wait time to 30m
this is madness, but it keeps happening 1 in 10 times.
This commit is contained in:
parent
ea95ae8975
commit
fafac41b7e
|
@ -18,7 +18,7 @@ cache:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- travis_wait go test -timeout 20m -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
- travis_wait 30 go test -timeout 30m -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…
Reference in New Issue