Repository: activemq-artemis Updated Branches: refs/heads/master ced803eda -> bff6f124d
ARTEMIS-379 - [Artemis Testsuite] BackupSyncLargeMessageTest.testReserveFileIdValuesOnBackup fails Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3d6531e5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3d6531e5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3d6531e5 Branch: refs/heads/master Commit: 3d6531e570e6f6d95564e4b74e4586527dc052d5 Parents: ced803e Author: Erich Duda <[email protected]> Authored: Mon Feb 1 15:51:18 2016 +0100 Committer: Clebert Suconic <[email protected]> Committed: Mon Feb 1 10:08:15 2016 -0500 ---------------------------------------------------------------------- .../tests/integration/cluster/failover/BackupSyncJournalTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3d6531e5/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/BackupSyncJournalTest.java ---------------------------------------------------------------------- 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 56cb74c..fa520c9 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 @@ import org.junit.Test; 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;
