diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-27 02:45:13 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-27 02:45:13 +0000 |
commit | b1c9442b2291df9e6e9a4903f74efe454bab0355 (patch) | |
tree | 5759e33cca9fd694dde756a1a523ec1e42aee2bc /TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl | |
parent | a1d657310c9baffca9db7b1efcb2614115750e6e (diff) | |
download | ATCD-b1c9442b2291df9e6e9a4903f74efe454bab0355.tar.gz |
ChangeLogTag:Wed May 26 21:40:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl')
-rwxr-xr-x | TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl index fd49af4e915..6e87920f5eb 100755 --- a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl +++ b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl @@ -50,8 +50,7 @@ server (); sleep $sleeptime; client (); -sleep $sleeptime; - -$NS->Kill (); -$SV->Kill (); +$CL->Wait (); +$NS->Kill (); $NS->Wait (); +$SV->Kill (); $SV->Wait (); |