From 1de941062c71fe9ea5f96eef84d5231fb952618d Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 07 Sep 2007 15:20:04 +0000
Subject: [PATCH] increase the sleep for Restart command
---
opends/tests/functional-tests/shared/functions/dsadm.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/dsadm.xml b/opends/tests/functional-tests/shared/functions/dsadm.xml
index 3e73004..8d34203 100755
--- a/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -776,7 +776,11 @@
<message>
'%s %s' % (STAFCmd, STAFCmdParams)
</message>
-
+
+ <message>'******************************'</message>
+ <message>'*** Restarting the Server ***'</message>
+ <message>'******************************'</message>
+
<process name="'restart DS'">
<location>'%s' % (location)</location>
<command>'%s' % (STAFCmd)</command>
@@ -798,15 +802,11 @@
'dsInstanceDn' : dsBindDN ,
'dsInstancePswd' : dsBindPwd ,
'noOfLoops' : 5 ,
- 'noOfMilliSeconds' : 2000 }
+ 'noOfMilliSeconds' : 6000 }
</call>
- <!--
- <call function="'checkRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
- -->
-
+
+ <message>'*** Restarting the Server is completed ***'</message>
+ <message>'***************************************'</message>
</sequence>
</function>
--
Gitblit v1.10.0