1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from shin-/2357-http_timeout_exit_1

Use exit code 1 when encountering a ReadTimeout
This commit is contained in:
Joffrey F 2015-11-10 10:31:58 -08:00
commit 2c2b8a8322

@ -80,6 +80,7 @@ def main():
"If you encounter this issue regularly because of slow network conditions, consider setting "
"COMPOSE_HTTP_TIMEOUT to a higher value (current value: %s)." % HTTP_TIMEOUT
)
sys.exit(1)
def setup_logging():