summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 16:20:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 16:20:14 +0000
commitef407b0c183f8ddc9eccaad9e120d8836a371082 (patch)
tree305987ce09e1c44870439fdf8f86aab2f8c0779a
parentbcc314def95ddea77ffcd01906b0bbcecf8f49d2 (diff)
downloadATCD-ef407b0c183f8ddc9eccaad9e120d8836a371082.tar.gz
*** empty log message ***
-rwxr-xr-xTAO/CIAO/tests/RTCCM/Priority_Test/descriptors/rate_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/rate_test.pl b/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/rate_test.pl
index aca9b836af7..1d92e0eb493 100755
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/rate_test.pl
+++ b/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/rate_test.pl
@@ -32,10 +32,10 @@ $c75_ior = PerlACE::LocalFile ("c75.ior");
$cookie = PerlACE::LocalFile ("ck_demo_deployment");
## The following control how to iterate thru various work amount
-$start_work = 300;
-$end_work = 301;
-$work_step = 100;
-$run_time = 40; # run for $run_time sec.
+$start_work = 20;
+$end_work = 401;
+$work_step = 10;
+$run_time = 60; # run for $run_time sec.
$test_deploy = 0;
$no_daemon = 0;