clean up sleep (#12914)

This commit is contained in:
gf2121 2024-01-08 20:48:26 +08:00 committed by GitHub
parent 40060f8b70
commit 67be0189bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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