diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-14 04:26:56 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-14 04:26:56 +0000 |
commit | 150dd3b206f682eab457909da327025f08e46e3a (patch) | |
tree | cba61416d2a3f59ca53cf86e2328a25fa86af257 /tests/test_config.h | |
parent | e4fec7da8407bd181885d67bac5f4bc37804d560 (diff) | |
download | ATCD-150dd3b206f682eab457909da327025f08e46e3a.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index f0ff1051eb2..84341c6ea4f 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -106,7 +106,7 @@ const int ACE_MAX_TIMERS = 4; const int ACE_MAX_THREADS = 4; const int ACE_MAX_DELAY = 10; const int ACE_MAX_INTERVAL = 0; -const int ACE_MAX_ITERATIONS = 100; +const int ACE_MAX_ITERATIONS = 10; const int ACE_MAX_PROCESSES = 10; class ACE_Test_Output |