Skip to content

Commit

Permalink
Sleep outside run
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Dec 5, 2016
1 parent f9dcda0 commit 0466e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Expand Up @@ -87,6 +87,7 @@ test:
- docker run -d --name db postgresql
- docker run -d --name solr solr
- docker run -d --name redis redis:latest
- docker run -d --name ckan -p 5001:5000 --link db:db --link redis:redis --link solr:solr ckan; sleep 10
- docker run -d --name ckan -p 5001:5000 --link db:db --link redis:redis --link solr:solr ckan
- sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost:5001

0 comments on commit 0466e5e

Please sign in to comment.