summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 05:45:20 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 05:45:20 +0000
commit53c25f1bf402db9c67c3eba700e7086db2ecc751 (patch)
tree2fef5211c0da1efe71aec32f23fd10a2d141c8c7
parent4bcd3f14714b3b9930f86d5a14df4b0371abb9ee (diff)
downloadATCD-53c25f1bf402db9c67c3eba700e7086db2ecc751.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp b/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp
index 3055b14f10a..b633aa30290 100644
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp
+++ b/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller_exec.cpp
@@ -32,7 +32,7 @@ MyImpl::Controller_exec_i::start (CORBA::Long arg
Priority_Test::Common_Ops_var device =
this->context_->get_connection_worker (ACE_ENV_SINGLE_ARG_PARAMETER);
- const int niterations = 100000;
+ const int niterations = 1000;
const CORBA::Long work = arg;
ACE_Sample_History history (niterations);