VIVO-668 Increase the timeout interval when waiting for the search index.
This commit is contained in:
parent
4edd490fbb
commit
3e72fda9a6
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class VClassGroupCache implements IndexingEventListener {
|
||||||
break;
|
break;
|
||||||
} catch (SearchEngineException e) {
|
} catch (SearchEngineException e) {
|
||||||
exception = e;
|
exception = e;
|
||||||
try { Thread.sleep(250); }
|
try { Thread.sleep(1000); }
|
||||||
catch (InterruptedException e1) {/*ignore interrupt*/}
|
catch (InterruptedException e1) {/*ignore interrupt*/}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue