From 0cd1da941546319f679b4ef8685a09843fe13b5b Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 22 Jan 2007 17:06:31 +0000
Subject: [PATCH] reduce the maximum waiting time of the synchronization stress test to 120 sec
---
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
index 44f392c..dbe129f 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -388,7 +388,7 @@
{
try
{
- this.wait(60000);
+ this.wait(6000);
} catch (InterruptedException e)
{
return -1;
--
Gitblit v1.10.0