* tests/threadkey_test.c (LIMIT): Use smaller value (don't create
more than 30 in parallel by default).
+2011-05-13 Ivan Maidanski <ivmai@mail.ru>
+
+ * tests/threadkey_test.c (LIMIT): Use smaller value (don't create
+ more than 30 in parallel by default).
+
2011-05-13 Ivan Maidanski <ivmai@mail.ru>
* tests/threadkey_test.c (key_once, main): Work around for Solaris
}
#ifndef LIMIT
-# ifdef GC_SOLARIS_THREADS
-# define LIMIT 40
-# else
-# define LIMIT 50
-# endif
+# define LIMIT 30
#endif
int main (void)