diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-06 22:41:38 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-06 22:41:38 +0000 |
commit | fe7b498b1f35c4b6d5e91ee1ed251e408dad9eec (patch) | |
tree | 9c1fb99c9b26c378e847da38aa87ca82c9751525 /TAO | |
parent | b5454355db0ff57eaffb78bd830a909d1c49cf11 (diff) | |
download | ATCD-fe7b498b1f35c4b6d5e91ee1ed251e408dad9eec.tar.gz |
ChnageLogTag:
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rwxr-xr-x | TAO/tests/Two_Objects/run_test.pl | 2 |
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 (); |