summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJiayu Liu <jiayu@hey.com>2022-04-22 11:37:03 +0800
committerJens Geyer <Jens-G@users.noreply.github.com>2022-04-27 12:49:55 +0200
commit40496a7c432d0a39df8ff180e9cb0e0a94af9b44 (patch)
tree9581eb6c71e1c250048105831be16eda3608dfeb /.travis.yml
parent9042cc298c6d02d88a44b125a1ebaabb9416cd04 (diff)
downloadthrift-40496a7c432d0a39df8ff180e9cb0e0a94af9b44.tar.gz
use 45 min timeout
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
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