mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
SOLR-9745: bring back timeout value to fix tests
This commit is contained in:
parent
4d538a51b4
commit
521a9398e9
@ -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…
x
Reference in New Issue
Block a user