increase travis wait time to 30m

this is madness, but it keeps happening 1 in 10 times.
This commit is contained in:
vyzo 2020-04-23 18:19:30 +03:00
parent ea95ae8975
commit fafac41b7e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache:
script:
- 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:
- bash <(curl -s https://codecov.io/bash)