summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-17 05:41:40 +0000
committerstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-17 05:41:40 +0000
commitc21c55b52e6b1d7305d1dea5ee6451417cd5f02a (patch)
tree814f762584224daadb654e1357c214a902f24e2f
parent82f8bf7c08aa2a77b60f51ef75d9cfa623031570 (diff)
downloadATCD-c21c55b52e6b1d7305d1dea5ee6451417cd5f02a.tar.gz
Changed all run times to 340 seconds
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node1_EC.cpp2
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node2_EC.cpp2
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node3_EC.cpp2
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node4_EC.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node1_EC.cpp b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node1_EC.cpp
index 00c20952112..c0f03c8bcd4 100644
--- a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node1_EC.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node1_EC.cpp
@@ -235,7 +235,7 @@ main (int argc, char* argv[])
#endif //ACE_HAS_DSUI
rt.activate(); //need thread creation flags? or priority?
- ACE_Time_Value stop_time(134,0); //5min + allowance for gateway init and synchronous EC start
+ ACE_Time_Value stop_time(340,0); //5min + allowance for gateway init and synchronous EC start
orb->run (stop_time ACE_ENV_ARG_PARAMETER);
//orb->run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node2_EC.cpp b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node2_EC.cpp
index 666bde03c7e..97c6438a907 100644
--- a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node2_EC.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node2_EC.cpp
@@ -271,7 +271,7 @@ main (int argc, char* argv[])
#endif //ACE_HAS_DSUI
rt.activate(); //need thread creation flags? or priority?
- ACE_Time_Value stop_time(134,0); //5min + allowance for gateway init and synchronous EC start
+ ACE_Time_Value stop_time(340,0); //5min + allowance for gateway init and synchronous EC start
orb->run (stop_time ACE_ENV_ARG_PARAMETER);
//orb->run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node3_EC.cpp b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node3_EC.cpp
index 937eca801a2..6e579aa0f51 100644
--- a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node3_EC.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node3_EC.cpp
@@ -261,7 +261,7 @@ main (int argc, char* argv[])
#endif //ACE_HAS_DSUI
rt.activate(); //need thread creation flags? or priority?
- ACE_Time_Value stop_time(134,0); //5min + allowance for gateway init and synchronous EC start
+ ACE_Time_Value stop_time(340,0); //5min + allowance for gateway init and synchronous EC start
orb->run (stop_time ACE_ENV_ARG_PARAMETER);
//orb->run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node4_EC.cpp b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node4_EC.cpp
index 00b6e1caa92..75039c811dc 100644
--- a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node4_EC.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/Node4_EC.cpp
@@ -299,7 +299,7 @@ main (int argc, char* argv[])
#endif //ACE_HAS_DSUI
rt.activate(); //need thread creation flags? or priority?
- ACE_Time_Value stop_time(134,0); //5min + allowance for gateway init and synchronous EC start
+ ACE_Time_Value stop_time(340,0); //5min + allowance for gateway init and synchronous EC start
orb->run (stop_time ACE_ENV_ARG_PARAMETER);
//orb->run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;