From 684ee0717472e1c084f4858f3faf650b6f17b451 Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Fri, 22 Apr 2022 20:56:29 +0800 Subject: use 40 min not 45 min --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3646e8ff0..e511c4704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ install: # 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 + - if [[ `uname` == "Linux" ]]; then travis_wait 40 build/docker/refresh.sh; fi stages: - docker # docker images -- cgit v1.2.1