mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 10:52:56 +00:00
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);
|
||||
compactorThread.start();
|
||||
|
||||
Thread.sleep(10000);
|
||||
Thread.sleep(1000);
|
||||
|
||||
running.set(false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user