From e3d50d6a979889a7f5cfcb774dfd79518ebb7ae3 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Thu, 16 Aug 2007 22:02:24 +0000
Subject: [PATCH] Fixed a situation where on slow machines, OpenDS does not completely stop before it is suppsoed to start again. In this situation, when OpenDS tries to start, an error arises that the port is not available.

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
index bf9f14f..818c50f 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -660,7 +660,9 @@
         { 'returncode' : RC ,
           'result'     : STAXResult }
       </call>
-   
+      <call function="'Sleep'">
+        { 'sleepForMilliSeconds'  : 3000 }
+      </call>
     </sequence>
   </function>
 

--
Gitblit v1.10.0