diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 04:31:05 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 04:31:05 +0000 |
commit | 6d5b1738290b47c5abd38e81fe22282bb365561f (patch) | |
tree | 5d746ae8e6e43f411eeead2a99e07c0590623091 /tests/Reader_Writer_Test.cpp | |
parent | 21029ec32ff50e453dccbc9bfb00d60920ffc7d1 (diff) | |
download | ATCD-6d5b1738290b47c5abd38e81fe22282bb365561f.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Reader_Writer_Test.cpp')
-rw-r--r-- | tests/Reader_Writer_Test.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Reader_Writer_Test.cpp b/tests/Reader_Writer_Test.cpp index e1c7fa13411..b3bc2e1e9e2 100644 --- a/tests/Reader_Writer_Test.cpp +++ b/tests/Reader_Writer_Test.cpp @@ -27,7 +27,11 @@ #if defined (ACE_HAS_THREADS) // Default number of iterations. -static size_t n_iterations = 100; +#if defined (ACE_HAS_WINCE) +static size_t n_iterations = 50; +#else +static size_t n_iterations = 50; +#endif /* ACE_HAS_WINCE */ // Default number of loops. static size_t n_loops = 100; |