diff options
-rw-r--r-- | .travis/travis.docker.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/travis.docker.yml b/.travis/travis.docker.yml index fbe8f74..ea0412f 100644 --- a/.travis/travis.docker.yml +++ b/.travis/travis.docker.yml @@ -3,6 +3,10 @@ language: generic services: - docker +env: + - DOCKER_CLIENT_TIMEOUT=120 + - COMPOSE_HTTP_TIMEOUT=120 + before_install: # TODO Upload the image to the official gentoo account and get rid of the mmagorsc account - docker pull mmagorsc/gentoo-rails:latest && docker tag mmagorsc/gentoo-rails:latest gentoo/rails:latest |