summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-06 22:41:38 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-06 22:41:38 +0000
commitfe7b498b1f35c4b6d5e91ee1ed251e408dad9eec (patch)
tree9c1fb99c9b26c378e847da38aa87ca82c9751525 /TAO/tests
parentb5454355db0ff57eaffb78bd830a909d1c49cf11 (diff)
downloadATCD-fe7b498b1f35c4b6d5e91ee1ed251e408dad9eec.tar.gz
ChnageLogTag:
Diffstat (limited to 'TAO/tests')
-rwxr-xr-xTAO/tests/Two_Objects/run_test.pl2
1 files changed, 1 insertions, 1 deletions
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 ();