speeding up test

This commit is contained in:
Clebert Suconic 2015-06-23 12:42:50 -04:00
parent cd3139ee4d
commit 1492fe7adc
1 changed files with 1 additions and 1 deletions

View File

@ -1894,7 +1894,7 @@ public class NIOJournalCompactTest extends JournalImplTestBase
Thread compactorThread = new Thread(compressRunnable);
compactorThread.start();
Thread.sleep(10000);
Thread.sleep(1000);
running.set(false);