Commit 554655c5 authored by Yusef Napora's avatar Yusef Napora Committed by vyzo

revert travis timeout change

parent d4b7c255
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment