summaryrefslogtreecommitdiff
path: root/tests/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.h')
-rw-r--r--tests/test_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h
index 2d0e1b05a5b..a9e806c3e66 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -128,8 +128,8 @@ do {\
ACE_DEBUG ((LM_DEBUG, "Deleting old log file %s (if any)\n\n", temp)); \
ACE_OS::unlink (temp);
-
const int ACE_NS_MAX_ENTRIES = 1000;
+const int ACE_DEFAULT_USECS = 1000;
const int ACE_MAX_TIMERS = 4;
const int ACE_MAX_THREADS = 4;
const int ACE_MAX_DELAY = 10;