From 554655c59cfc7184d176973b757a96639e921fef Mon Sep 17 00:00:00 2001 From: Yusef Napora Date: Tue, 19 May 2020 10:46:06 -0400 Subject: [PATCH] revert travis timeout change --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58114fb..b4acc74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)