From 1cf5d645f4d0313615de81898b25142b77351260 Mon Sep 17 00:00:00 2001 From: vyzo Date: Wed, 22 Apr 2020 18:55:27 +0300 Subject: [PATCH] increase travis test timeout to 20m this things keep hitting the global timeout with all the build time involved --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6b3e89..14ce189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: script: - go build ./... - - travis_wait go test -timeout 15m -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait go test -timeout 20m -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)