mirror of https://github.com/apache/lucene.git
SOLR-9745: bring back timeout value to fix tests
This commit is contained in:
parent
0bf7a5ff33
commit
3f172a019b
|
@ -2934,7 +2934,7 @@ public class SolrCLI {
|
|||
|
||||
// wait for execution.
|
||||
try {
|
||||
handler.waitFor();
|
||||
handler.waitFor(3000);
|
||||
} catch (InterruptedException ie) {
|
||||
// safe to ignore ...
|
||||
Thread.interrupted();
|
||||
|
|
Loading…
Reference in New Issue