Skip to content

Commit

Permalink
Fixed too short timeout for Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Jan 19, 2018
1 parent 7b195bc commit 21fa439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
- make blackbox-integration-test
- make lint
- make vet
- make docker-image-wait DOCKER_TAG=release
- make docker-image-wait DOCKER_TAG=release TIMEOUT=120

after_script:
- sudo killall -v dockerd
Expand Down

0 comments on commit 21fa439

Please sign in to comment.