SOLR-9745: bring back timeout value to fix tests

This commit is contained in:
Mikhail Khludnev 2017-04-04 08:42:31 +03:00
parent 0bf7a5ff33
commit 3f172a019b
1 changed files with 1 additions and 1 deletions

View File

@ -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();