summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-06 22:41:38 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-06 22:41:38 +0000
commit7af50a47b0a0bfdba0d17716d48ee2a6ef39214e (patch)
tree9c1fb99c9b26c378e847da38aa87ca82c9751525
parent35bbeb95c37d03d4cfaaee8c0d41e6003d0cfc94 (diff)
downloadATCD-7af50a47b0a0bfdba0d17716d48ee2a6ef39214e.tar.gz
ChnageLogTag:
-rw-r--r--TAO/ChangeLog6
-rwxr-xr-xTAO/tests/Two_Objects/run_test.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 98b141f293c..5d5634c098f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 6 16:36:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/Two_Objects/run_test.pl:
+
+ Reduced the timeout and the number of iterations.
+
Tue Jan 6 15:03:13 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
* tao/CONV_FRAME.pidl:
diff --git a/TAO/tests/Two_Objects/run_test.pl b/TAO/tests/Two_Objects/run_test.pl
index 16371256af2..f5dc88ca22b 100755
--- a/TAO/tests/Two_Objects/run_test.pl
+++ b/TAO/tests/Two_Objects/run_test.pl
@@ -12,7 +12,7 @@ $iorfile = PerlACE::LocalFile ("test.ior");
unlink $iorfile;
$status = 0;
-$SV = new PerlACE::Process ("server", "-o $iorfile -t 30 -l 100000");
+$SV = new PerlACE::Process ("server", "-o $iorfile -t 10 -l 100000");
$CL = new PerlACE::Process ("client", " -r file://$iorfile");
$SV->Spawn ();