mirror of https://github.com/apache/activemq.git
Removed @Ignore and updated timeout on testOrderOnActivateDeactivate, fixed by AMQ-4952
This commit is contained in:
parent
283cdd0502
commit
be8990e06d
|
@ -386,8 +386,7 @@ public class DurableSubscriptionOfflineTest extends DurableSubscriptionOfflineTe
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Ignore("see https://issues.apache.org/jira/browse/AMQ-4874")
|
@Test(timeout = 2 * 60 * 1000)
|
||||||
@Test(timeout = 60 * 1000)
|
|
||||||
public void testOrderOnActivateDeactivate() throws Exception {
|
public void testOrderOnActivateDeactivate() throws Exception {
|
||||||
for (int i=0;i<10;i++) {
|
for (int i=0;i<10;i++) {
|
||||||
LOG.info("Iteration: " + i);
|
LOG.info("Iteration: " + i);
|
||||||
|
|
Loading…
Reference in New Issue