Skip to content

Commit bc89f52

Browse files
authored
[#141] Test large replication pending changes (#561)
1 parent c0dfed8 commit bc89f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendj-server-legacy/src/test/java/org/opends/server/replication/DependencyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public void addModdnDependencyTest() throws Exception
447447
int brokerId = 2;
448448
int serverId = 1;
449449
int replServerId = 84;
450-
int addSequenceLength = 30;
450+
int addSequenceLength = 51 * 10; //exceed late queue threshold in org.opends.server.replication.server.MessageHandler
451451

452452
cleanDB();
453453

0 commit comments

Comments
 (0)