From 67be0189bc4912e44f31a18ac587beb12742a273 Mon Sep 17 00:00:00 2001 From: gf2121 <52390227+gf2121@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:48:26 +0800 Subject: [PATCH] clean up sleep (#12914) --- .../lucene/backward_index/TestBackwardsCompatibility.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java index d5250290db3..8f5b7e73528 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java @@ -223,10 +223,6 @@ public class TestBackwardsCompatibility extends LuceneTestCase { docs.close(); writer.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