mozilla / sugardough

A web application template based on Django.
Apache License 2.0
164 stars 31 forks source link

Wait for database to become available. #110

Closed glogiotatidis closed 8 years ago

glogiotatidis commented 8 years ago

Directly running docker-compose run will bring up the database but it may be still initializing when Django attempts to connect causing the tests to fail.

This change will wait for the database port to open before continuing with the test commands.

glogiotatidis commented 8 years ago

@jgmize could you please r? :)

jgmize commented 8 years ago

Nice work, @glogiotatidis