Removed @Ignore and updated timeout on testOrderOnActivateDeactivate, fixed by AMQ-4952

This commit is contained in:
Kevin Earls 2014-01-08 17:40:41 +01:00
parent 283cdd0502
commit be8990e06d
1 changed files with 1 additions and 2 deletions

View File

@ -386,8 +386,7 @@ public class DurableSubscriptionOfflineTest extends DurableSubscriptionOfflineTe
}
@Ignore("see https://issues.apache.org/jira/browse/AMQ-4874")
@Test(timeout = 60 * 1000)
@Test(timeout = 2 * 60 * 1000)
public void testOrderOnActivateDeactivate() throws Exception {
for (int i=0;i<10;i++) {
LOG.info("Iteration: " + i);