revert travis timeout change

This commit is contained in:
Yusef Napora 2020-05-19 10:46:06 -04:00 committed by vyzo
parent d4b7c255c6
commit 554655c59c
1 changed files with 1 additions and 1 deletions

View File

@ -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)