Skip to content

Commit

Permalink
clean up sleep (apache#12914)
Browse files Browse the repository at this point in the history
  • Loading branch information
gf2121 authored and slow-J committed Jan 16, 2024
1 parent 7b9ec00 commit f0558a8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ public void testCreateMoreTermsIndex() throws Exception {
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
Expand Down

0 comments on commit f0558a8

Please sign in to comment.