Skip to content

Commit

Permalink
SOLR-9745: bring back timeout value to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhludnev committed Apr 4, 2017
1 parent 0bf7a5f commit 3f172a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/util/SolrCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,7 @@ protected Map<String,Object> startSolr(File solrHomeDir,

// wait for execution.
try {
handler.waitFor();
handler.waitFor(3000);
} catch (InterruptedException ie) {
// safe to ignore ...
Thread.interrupted();
Expand Down

0 comments on commit 3f172a0

Please sign in to comment.