Skip to content

Commit

Permalink
Increase Docker Compose HTTP timeout (openedx-unsupported#515)
Browse files Browse the repository at this point in the history
Motivation: reduce number of devstack provisioning failures in
unstable networks.
  • Loading branch information
alanoe authored May 1, 2020
1 parent 4c6ec1e commit 21f08ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ DEVSTACK_WORKSPACE ?= $(shell pwd)/..
# Defaults to 'devstack'.
COMPOSE_PROJECT_NAME ?= devstack

# increase Docker Compose HTTP timeout so that devstack provisioning does not fail in unstable networks
COMPOSE_HTTP_TIMEOUT=180

# Whether we should always copy programs to LMS cache upon LMS startup.
# If 'true', then run `make dev.cache-programs` whenever we bring up
# containers.
Expand Down

0 comments on commit 21f08ee

Please sign in to comment.