From f0245dbd793f548213eb2d3375fb261983ac51b2 Mon Sep 17 00:00:00 2001 From: Erich Duda Date: Mon, 1 Feb 2016 15:51:18 +0100 Subject: [PATCH] ARTEMIS-379 - [Artemis Testsuite] BackupSyncLargeMessageTest.testReserveFileIdValuesOnBackup fails --- .../integration/cluster/failover/BackupSyncJournalTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncJournalTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncJournalTest.java index 56cb74ca4f9..fa520c9b3d9 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncJournalTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncJournalTest.java @@ -50,7 +50,7 @@ public class BackupSyncJournalTest extends FailoverTestBase { - protected static final int BACKUP_WAIT_TIME = 20; + protected static final int BACKUP_WAIT_TIME = 60; private ServerLocatorInternal locator; protected ClientSessionFactoryInternal sessionFactory; protected ClientSession session;