summaryrefslogtreecommitdiff
path: root/java/test/Ice/faultTolerance/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/faultTolerance/run.py')
-rwxr-xr-xjava/test/Ice/faultTolerance/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/faultTolerance/run.py b/java/test/Ice/faultTolerance/run.py
index e895d6957bc..e0f074100d7 100755
--- a/java/test/Ice/faultTolerance/run.py
+++ b/java/test/Ice/faultTolerance/run.py
@@ -27,7 +27,7 @@ classpath = os.path.join(toplevel, "lib") + TestUtil.sep + os.path.join(testdir,
server = "java -classpath \"" + classpath + "\" Server"
client = "java -classpath \"" + classpath + "\" Client"
-num = 10
+num = 6
base = 12340
updatedServerOptions = TestUtil.serverOptions.replace("TOPLEVELDIR", toplevel)