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.
|
// wait for execution.
|
||||||
try {
|
try {
|
||||||
handler.waitFor();
|
handler.waitFor(3000);
|
||||||
} catch (InterruptedException ie) {
|
} catch (InterruptedException ie) {
|
||||||
// safe to ignore ...
|
// safe to ignore ...
|
||||||
Thread.interrupted();
|
Thread.interrupted();
|
||||||
|
|
Loading…
Reference in New Issue