speeding up test
This commit is contained in:
parent
cd3139ee4d
commit
1492fe7adc
|
@ -1894,7 +1894,7 @@ public class NIOJournalCompactTest extends JournalImplTestBase
|
||||||
Thread compactorThread = new Thread(compressRunnable);
|
Thread compactorThread = new Thread(compressRunnable);
|
||||||
compactorThread.start();
|
compactorThread.start();
|
||||||
|
|
||||||
Thread.sleep(10000);
|
Thread.sleep(1000);
|
||||||
|
|
||||||
running.set(false);
|
running.set(false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue