summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2005-10-02 16:55:32 +0000
committerbala <balanatarajan@users.noreply.github.com>2005-10-02 16:55:32 +0000
commit9b1c53793ac4f7e35d4918ce359b4ba84761e666 (patch)
treec85d34cac432f136007d4623ae8a0a853413342c /TAO/performance-tests
parent4903a29691629f98cec1c11a3ae723d3bf9eb3dd (diff)
downloadATCD-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-xTAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl4
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;