From c82d1598d317d10ed7c7b526d3fe0c072411f022 Mon Sep 17 00:00:00 2001 From: mluu Date: Thu, 17 May 2018 09:07:48 -0700 Subject: [PATCH] some sbt scenarios take longer than the default travis timeout of 10 minutes https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3159a3b..541805b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: ## blackbox-tests need wide columns when inspecting logs - stty cols 200 ## need to fix above docker-engine install to not require sudo - - sudo lc ci + - travis_wait sudo lc ci - sudo ./blackbox-test/build-examples.sh before_deploy: