From e180afa82cc23ab855fb68a5be2ce35ff3d202ee Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 26 Aug 2009 07:53:59 +0000
Subject: [PATCH] Increase some more timers to 15 sec in the Fractional replication unit test suite to improve unit tests reliability
---
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java
index 5cab2f2..5b36d27 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/FractionalReplicationTest.java
@@ -1241,7 +1241,7 @@
// The domain should go back in normal status
waitForDomainStatus(fractionalReplicationDomain,
- ServerStatus.NORMAL_STATUS, 5);
+ ServerStatus.NORMAL_STATUS, 15);
// check that entry has been created and that it does not contain
// forbidden attributes
--
Gitblit v1.10.0