From dfed388b1208d952d34f00c9f2c599c2cfd021c8 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 19 Oct 2009 09:15:50 +0000
Subject: [PATCH] Fix the timeout parameter of the Fractional plugin unit tests that was incorrectly set to 10 ms instead of 10 s and therefore causing random tests failures

---
 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 ef39c00..167b7f4 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
@@ -110,7 +110,7 @@
   private static final DebugTracer TRACER = getTracer();
 
   // Number of seconds before generating an error if some conditions not met
-  private static final int TIMEOUT = 10;
+  private static final int TIMEOUT = 10000;
 
   // Uuid of the manipulated entry
   private static final String ENTRY_UUID =

--
Gitblit v1.10.0