From 9790aab3ffb3f42781a5b15a2eb40e8a7478269a Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Thu, 2 Jul 2026 14:05:23 +0200 Subject: [PATCH 1/2] increase travis wait time to prevent error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66aaa9309ec..327650bd960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ install: # Append output to hugo.log file to print at the end of the travis job # (see https://stackoverflow.com/questions/418896/how-to-redirect-output-to-a-file-and-stdout) - - ./node_modules/.bin/hugo --environment $TRAVIS_BRANCH 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log + - travis_wait 40 bash -c './node_modules/.bin/hugo --environment $TRAVIS_BRANCH 2>&1 | tee -a $TRAVIS_BUILD_DIR/hugo.log' # normal htmltest takes too much memory - using a modified version which strips