Merge pull request #199 from edx/tests/increase-es-setup-wait

Wait 10s after starting ElasticSearch.
This commit is contained in:
Toby Lawrence 2016-08-11 16:46:13 -04:00 коммит произвёл GitHub
Родитель 5076f2bd1b 209e7aa731
Коммит bfd866c10f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,7 @@ before_install:
- curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.zip
- unzip elasticsearch-0.90.13.zip
- elasticsearch-0.90.13/bin/elasticsearch
- sleep 10
# Run MongoDB as a daemon
- curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.12.tgz