From fafac41b7ec7f62dbe41a69c04963ed5a69f1c5d Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 23 Apr 2020 18:19:30 +0300 Subject: [PATCH] increase travis wait time to 30m this is madness, but it keeps happening 1 in 10 times. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 031fac3..b4acc74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ cache: script: - go build ./... - - travis_wait go test -timeout 20m -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)