From a05b1e44e877be3d65160413a55cfdda4a10a7a1 Mon Sep 17 00:00:00 2001 From: "Noah W. Smith" Date: Tue, 6 Oct 2020 17:06:47 -0400 Subject: [PATCH] Allow macs to be slower during initial build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2a93ad22..e39ea61ac 100644 --- a/Makefile +++ b/Makefile @@ -228,8 +228,8 @@ endif docker-compose up -d # Give an extra few seconds for the containers to become responsive. sleep 5 - # Wait for Drupal to become responsive (up to 5 minutes). - docker-compose exec drupal timeout 300 wait-for-open-port.sh localhost 80 + # Wait for Drupal to become responsive (up to 20 minutes - should be less than 5 except on Macs). + docker-compose exec drupal timeout 1200 wait-for-open-port.sh localhost 80 # Export the site configuration. docker-compose exec drupal drush config:export # Need `default` folder to be writeable to copy it down to host.