mirror of https://github.com/apache/lucene.git
clean up sleep (#12914)
This commit is contained in:
parent
40060f8b70
commit
67be0189bc
|
@ -223,10 +223,6 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
docs.close();
|
docs.close();
|
||||||
writer.close();
|
writer.close();
|
||||||
dir.close();
|
dir.close();
|
||||||
|
|
||||||
// Gives you time to copy the index out!: (there is also
|
|
||||||
// a test option to not remove temp dir...):
|
|
||||||
Thread.sleep(100000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// gradlew test -Ptestmethod=testCreateSortedIndex -Ptests.codec=default
|
// gradlew test -Ptestmethod=testCreateSortedIndex -Ptests.codec=default
|
||||||
|
|
Loading…
Reference in New Issue