From d5087c07cab278e970abec211a24f41dd8ca93b3 Mon Sep 17 00:00:00 2001 From: Marco Vedovati Date: Mon, 17 Sep 2018 10:45:53 +0200 Subject: [PATCH] osbuilder: Increase Travis CI build timeout Increase the build timeout to 50 minutes, this is required to allow more distros to be built. Fixes: #160 Signed-off-by: Marco Vedovati --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66c63bd389..4aab4f73cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ before_script: - ".ci/setup.sh" script: -- "travis_wait 30 .ci/run.sh" +- "travis_wait 50 .ci/run.sh"