whoops - this was supposed to be changed to 12000 rather than 120

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-12-10 03:21:30 +00:00
parent e8ec44a923
commit 8561fc877c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public abstract class CachingDirectoryFactory extends DirectoryFactory {
while(val.refCnt != 0) {
wait(100);
if (cnt++ >= 1200) {
if (cnt++ >= 12000) {
log.error("Timeout waiting for all directory ref counts to be released");
break;
}