From 406f681c281d0705ff9c6dc89c3ca23ba4c81703 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 08 Apr 2008 17:20:03 +0000
Subject: [PATCH] add one more 1sec in sleep before copying
---
opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml b/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
index 4739f77..ff75791 100644
--- a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
@@ -159,7 +159,7 @@
<if expr="id != 0">
<call function="'sleep'">
{
- 'sleepForMilliSeconds' : '1000',
+ 'sleepForMilliSeconds' : '2000',
'silentMode' : 'TRUE',
'fileFd' : NO_FILE
}
@@ -257,7 +257,7 @@
<if expr="id != 0">
<call function="'sleep'">
{
- 'sleepForMilliSeconds' : '1000',
+ 'sleepForMilliSeconds' : '2000',
'silentMode' : 'TRUE',
'fileFd' : NO_FILE
}
--
Gitblit v1.10.0