VIVO-668 Increase the timeout interval when waiting for the search index.

This commit is contained in:
Jim Blake 2014-06-14 11:05:32 -04:00
parent 4edd490fbb
commit 3e72fda9a6

View file

@ -198,7 +198,7 @@ public class VClassGroupCache implements IndexingEventListener {
break;
} catch (SearchEngineException e) {
exception = e;
try { Thread.sleep(250); }
try { Thread.sleep(1000); }
catch (InterruptedException e1) {/*ignore interrupt*/}
}
}