summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJiayu Liu <jiayu@hey.com>2022-04-22 20:56:29 +0800
committerJens Geyer <Jens-G@users.noreply.github.com>2022-04-27 12:49:55 +0200
commit684ee0717472e1c084f4858f3faf650b6f17b451 (patch)
treebaf801d8eb4b834a1c3396106a16526998070b8b /.travis.yml
parent40496a7c432d0a39df8ff180e9cb0e0a94af9b44 (diff)
downloadthrift-684ee0717472e1c084f4858f3faf650b6f17b451.tar.gz
use 40 min not 45 min
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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