Searched defs:seconds (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestDeletionPolicy.java162 * seconds.
170 public ExpirationTimeDeletionPolicy(Directory dir, double seconds) { argument
172 this.expirationTimeSeconds = seconds;
249 // seconds of the last one's mod time, and, that I can
275 assertTrue("commit point was older than " + SECONDS + " seconds (" + (lastDeleteTime - modTime) + " msec) but did not get deleted ", lastDeleteTime - modTime <= leeway);

Completed in 14 milliseconds