summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-26 22:45:56 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-26 22:45:56 +0000
commitdf5392db74c69bcf4ffe2cc6c672eea2cb53ea16 (patch)
treec9266bd4b41c2b6e8981e3d46c0186520678614b /TAO/performance-tests
parent3b3e0b5dd178b966362df8f2457d51f4a3223d68 (diff)
downloadATCD-df5392db74c69bcf4ffe2cc6c672eea2cb53ea16.tar.gz
ChangeLogTag: Sat May 26 17:41:37 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-xTAO/performance-tests/DII_Latency/run_test.pl2
-rwxr-xr-xTAO/performance-tests/DSI_Latency/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Deferred_Latency/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/DII/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/DSI/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Deferred/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Single_Threaded/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Thread_Pool/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Single_Threaded_Latency/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Thread_Pool_Latency/run_test.pl2
10 files changed, 10 insertions, 10 deletions
diff --git a/TAO/performance-tests/DII_Latency/run_test.pl b/TAO/performance-tests/DII_Latency/run_test.pl
index f7a9ca40787..dcf69c9e4c6 100755
--- a/TAO/performance-tests/DII_Latency/run_test.pl
+++ b/TAO/performance-tests/DII_Latency/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/DSI_Latency/run_test.pl b/TAO/performance-tests/DSI_Latency/run_test.pl
index 1c6ff91d8d3..c454dd1b3fe 100755
--- a/TAO/performance-tests/DSI_Latency/run_test.pl
+++ b/TAO/performance-tests/DSI_Latency/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Deferred_Latency/run_test.pl b/TAO/performance-tests/Deferred_Latency/run_test.pl
index 481146a72fc..9450b5ac8ae 100755
--- a/TAO/performance-tests/Deferred_Latency/run_test.pl
+++ b/TAO/performance-tests/Deferred_Latency/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Latency/DII/run_test.pl b/TAO/performance-tests/Latency/DII/run_test.pl
index f7a9ca40787..dcf69c9e4c6 100755
--- a/TAO/performance-tests/Latency/DII/run_test.pl
+++ b/TAO/performance-tests/Latency/DII/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Latency/DSI/run_test.pl b/TAO/performance-tests/Latency/DSI/run_test.pl
index 1c6ff91d8d3..c454dd1b3fe 100755
--- a/TAO/performance-tests/Latency/DSI/run_test.pl
+++ b/TAO/performance-tests/Latency/DSI/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Latency/Deferred/run_test.pl b/TAO/performance-tests/Latency/Deferred/run_test.pl
index 481146a72fc..9450b5ac8ae 100755
--- a/TAO/performance-tests/Latency/Deferred/run_test.pl
+++ b/TAO/performance-tests/Latency/Deferred/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Latency/Single_Threaded/run_test.pl b/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
index d02b43b1698..48fbb3dabb0 100755
--- a/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
+++ b/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Latency/Thread_Pool/run_test.pl b/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
index a269fad00ff..58eadf19065 100755
--- a/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
+++ b/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Single_Threaded_Latency/run_test.pl b/TAO/performance-tests/Single_Threaded_Latency/run_test.pl
index d02b43b1698..48fbb3dabb0 100755
--- a/TAO/performance-tests/Single_Threaded_Latency/run_test.pl
+++ b/TAO/performance-tests/Single_Threaded_Latency/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;
diff --git a/TAO/performance-tests/Thread_Pool_Latency/run_test.pl b/TAO/performance-tests/Thread_Pool_Latency/run_test.pl
index a269fad00ff..58eadf19065 100755
--- a/TAO/performance-tests/Thread_Pool_Latency/run_test.pl
+++ b/TAO/performance-tests/Thread_Pool_Latency/run_test.pl
@@ -30,7 +30,7 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
exit 1;
}
-$client = $CL->SpawnWaitKill (60);
+$client = $CL->SpawnWaitKill (120);
$server = $SV->WaitKill (10);
unlink $iorfile;