summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2815_Regression_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-06 17:07:11 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-06 17:07:11 -0600
commitac5e1702c9f9bee9f1f7bfce8c1a6f3847ea6b4b (patch)
tree0e70d1f51c39e688a05a6cdc2af58408222e4a0d /ACE/tests/Bug_2815_Regression_Test.cpp
parent5272b5b81f92c298cb998b5bb0b0dbca3e7f29fe (diff)
downloadATCD-ac5e1702c9f9bee9f1f7bfce8c1a6f3847ea6b4b.tar.gz
Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).
Diffstat (limited to 'ACE/tests/Bug_2815_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2815_Regression_Test.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2815_Regression_Test.cpp b/ACE/tests/Bug_2815_Regression_Test.cpp
index d95281771a6..04133884b86 100644
--- a/ACE/tests/Bug_2815_Regression_Test.cpp
+++ b/ACE/tests/Bug_2815_Regression_Test.cpp
@@ -202,7 +202,12 @@ run_main (int, ACE_TCHAR *[])
ACE_TEXT ("Thus, the test is disabled in this case\n")));
#else
- int max_notifications = 512 * 1024;
+
+# ifdef ACE_LYNXOS_MAJOR
+ const int max_notifications = 512;
+# else
+ const int max_notifications = 512 * 1024;
+# endif
{
ACE_Reactor select_reactor (