Skip to content

Commit

Permalink
fix wait-for-solr
Browse files Browse the repository at this point in the history
  • Loading branch information
skirsdeda committed Feb 1, 2016
1 parent e92aaa0 commit cf3bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wait-for-solr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
max_retries = 100
retry_count = 0
retry_delay = 15
status_url = 'http://localhost:9001/solr/admin/ping'
status_url = 'http://localhost:8983/solr/core0/admin/ping'

while retry_count < max_retries:
status_code = 0
Expand Down

0 comments on commit cf3bb86

Please sign in to comment.