Skip to content

Commit

Permalink
solr@8.11: increase test sleep to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 30, 2023
1 parent 1541225 commit 7ba1c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/s/solr@8.11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def post_install
# Start a Solr node => exit code 0
shell_output("#{bin}/solr start -p #{port} -Djava.io.tmpdir=/tmp")
# Info detects a Solr node => exit code 0
sleep 3
sleep 10
assert_match "Found 1 Solr nodes", shell_output("#{bin}/solr status")
# Impossible to start a second Solr node on the same port => exit code 1
shell_output("#{bin}/solr start -p #{port}", 1)
Expand Down

0 comments on commit 7ba1c10

Please sign in to comment.