mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
NO-JIRA speeding up MultipliedDelayedMessageTest
This commit is contained in:
parent
8e3d85fd09
commit
83977bda9b
@ -38,11 +38,11 @@ public class MultipliedDelayedMessageTest extends ActiveMQTestBase {
|
||||
|
||||
private ActiveMQServer server;
|
||||
|
||||
private static final long DELAY = 1000;
|
||||
private static final long DELAY = 100;
|
||||
|
||||
private static final double MULTIPLIER = 2.0;
|
||||
|
||||
private static final long MAX_DELAY = 17000;
|
||||
private static final long MAX_DELAY = 1000;
|
||||
|
||||
private final String queueName = "MultipliedDelayedMessageTestQueue";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user