From d0b89fd57ea783c3153fc0e7d12be61fd4784b17 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 26 Mar 2019 12:34:23 +0100 Subject: [PATCH] Add travis_wait to prevent vndr timing out Pervent travis from timing out because no output was printed; No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 543d1e807fbbdbcd998052fa1955c18b0604f56e) Signed-off-by: Sebastiaan van Stijn --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b827b43b19..7ed799faa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ script: - export CGO_ENABLED=$TRAVIS_CGO_ENABLED - DCO_VERBOSITY=-q ../project/script/validate/dco - ../project/script/validate/fileheader ../project/ - - ../project/script/validate/vendor + - travis_wait ../project/script/validate/vendor - GOOS=linux script/setup/install-dev-tools - go build -i . - make check