From 73e4fbd7e6c2b6ba0d2d0b83063e6bfe70acfef1 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.

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

diff --git a/opends/tests/functional-tests/shared/functions/dsadm.xml b/opends/tests/functional-tests/shared/functions/dsadm.xml
index bf9f14f..818c50f 100755
--- a/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/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