diff options
author | bala <balanatarajan@users.noreply.github.com> | 2005-10-02 16:55:32 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2005-10-02 16:55:32 +0000 |
commit | 9b1c53793ac4f7e35d4918ce359b4ba84761e666 (patch) | |
tree | c85d34cac432f136007d4623ae8a0a853413342c /TAO/performance-tests | |
parent | 4903a29691629f98cec1c11a3ae723d3bf9eb3dd (diff) | |
download | ATCD-9b1c53793ac4f7e35d4918ce359b4ba84761e666.tar.gz |
ChangeLogTag:Sun Oct 2 22:22:55 IST 2005 Bala Natarajan <bala_natarajan at symantec dot com>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-x | TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl index 6749ba099e7..2f0dca4fa0f 100755 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl @@ -48,8 +48,8 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) { exit 1; } -$client = $CL->SpawnWaitKill (60); -$server = $SV->WaitKill (10); +$client = $CL->SpawnWaitKill (120); +$server = $SV->WaitKill (20); unlink $iorfile; |