summaryrefslogtreecommitdiff
path: root/tests/TSS_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TSS_Test.cpp')
-rw-r--r--tests/TSS_Test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/TSS_Test.cpp b/tests/TSS_Test.cpp
index a148559c49a..91be070c1fd 100644
--- a/tests/TSS_Test.cpp
+++ b/tests/TSS_Test.cpp
@@ -49,11 +49,7 @@ static u_int errors = 0;
// to be available.
static const int ITERATIONS = 1;
#else
- // POSIX requires at least _POSIX_THREAD_KEYS_MAX (128) keys. 25
- // iterations with 4 worker threads should be sufficient to check
- // the TSS wrappers without exceeding the minimum requirements.
-
- static const int ITERATIONS = 25;
+ static const int ITERATIONS = 100;
#endif /* ACE_DEFAULT_THREAD_KEYS */
// Static variables.