Skip to content

Commit

Permalink
Merge pull request #114 from Islandora-Devops/mac-slow-patch
Browse files Browse the repository at this point in the history
Allow macs to be slower during initial build - fixes #113
  • Loading branch information
rosiel committed Oct 7, 2020
2 parents 89bcc2f + a05b1e4 commit b7f66b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7f66b2

Please sign in to comment.