Skip to content

Commit

Permalink
[TEST] Fixup server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Oct 25, 2016
1 parent 752d5a2 commit 18ea943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions travis/download_and_run_es.sh
Expand Up @@ -24,10 +24,7 @@ find . -name "elasticsearch.yml" | while read TXT ; do echo 'path.repo: ["/tmp"]

echo "Starting Elasticsearch v${ES_VERSION}"

./elasticsearch-*/bin/elasticsearch \
-E discovery.zen.ping_timeout=1s \
-E discovery.zen.minimum_master_nodes=1 \
-d
./elasticsearch-*/bin/elasticsearch -d


sleep 3

0 comments on commit 18ea943

Please sign in to comment.