mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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 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
|
||||
# bin/rails db:environment:set RAILS_ENV=test || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue