SOLR-9745: bring back timeout value to fix tests

This commit is contained in:
Mikhail Khludnev 2017-04-04 08:42:31 +03:00 committed by Shalin Shekhar Mangar
parent 4d538a51b4
commit 521a9398e9

View File

@ -2934,7 +2934,7 @@ public class SolrCLI {
// wait for execution.
try {
handler.waitFor();
handler.waitFor(3000);
} catch (InterruptedException ie) {
// safe to ignore ...
Thread.interrupted();