From cd4f0a74a3c6138fae123bd456cc8261034470ad Mon Sep 17 00:00:00 2001 From: Yusef Napora Date: Fri, 15 May 2020 13:28:12 -0400 Subject: [PATCH] increase test timeout on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4acc74..58114fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ cache: script: - go build ./... - - travis_wait 30 go test -timeout 30m -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait 35 go test -timeout 35m -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)