Skip to content

Commit

Permalink
Add longer wait to fix testing errors (#6295)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored and jywarren committed Sep 16, 2019
1 parent 3f91a08 commit 1ca4bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- cp db/schema.rb.example db/schema.rb
- docker-compose build
- docker-compose up -d
- docker-compose exec web sleep 5
- docker-compose exec web sleep 15 # Need to wait for MySQL
- netstat -ltpn
- docker-compose exec web bash -c "rake db:setup"
- docker-compose exec web bash -c "rake db:migrate"
Expand Down

0 comments on commit 1ca4bfb

Please sign in to comment.