From 40496a7c432d0a39df8ff180e9cb0e0a94af9b44 Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Fri, 22 Apr 2022 11:37:03 +0800 Subject: use 45 min timeout --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e89b3e02c..3646e8ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,10 @@ services: - docker install: - - if [[ `uname` == "Linux" ]]; then build/docker/refresh.sh; fi + # https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received + # adding `travis_wait` because kerl building in the docker file takes >10 min for building erlang + # without printing to stdout, resulting in build failures + - if [[ `uname` == "Linux" ]]; then travis_wait 45 build/docker/refresh.sh; fi stages: - docker # docker images -- cgit v1.2.1