From 543d1e807fbbdbcd998052fa1955c18b0604f56e 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fc80f6c2..c2698acbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,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