mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Increase the time to wait for the DB.
If this doesn't work, I'll implement a poll mechanism next.
This commit is contained in:
parent
7dd8e8caec
commit
9f65d809da
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ cp config/site.yml.tmpl config/site.yml
|
||||||
|
|
||||||
$docker_compose build
|
$docker_compose build
|
||||||
$docker_compose up -d
|
$docker_compose up -d
|
||||||
sleep 2 # janky way of waiting for the database to be up
|
sleep 5 # janky way of waiting for the database to be up
|
||||||
|
|
||||||
# Leaving this in since it will be needed for Rails 5
|
# Leaving this in since it will be needed for Rails 5
|
||||||
# bin/rails db:environment:set RAILS_ENV=test || true
|
# bin/rails db:environment:set RAILS_ENV=test || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue