revert travis timeout change
This commit is contained in:
parent
d4b7c255c6
commit
554655c59c
|
@ -18,7 +18,7 @@ cache:
|
|||
|
||||
script:
|
||||
- go build ./...
|
||||
- travis_wait 35 go test -timeout 35m -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)
|
||||
|
|
Loading…
Reference in New Issue