diff --git a/tests/thread/atomic.cpp b/tests/thread/atomic.cpp index 2d8ce31a97..0ec7362f3d 100644 --- a/tests/thread/atomic.cpp +++ b/tests/thread/atomic.cpp @@ -27,13 +27,7 @@ WX_DEFINE_ARRAY_PTR(wxThread *, wxArrayThread); // constants // ---------------------------------------------------------------------------- -// number of times to run the loops: the code takes too long to run if we use -// the bigger value with generic atomic operations implementation -#ifdef wxHAS_ATOMIC_OPS - static const wxInt32 ITERATIONS_NUM = 10000000; -#else - static const wxInt32 ITERATIONS_NUM = 1000; -#endif +static const wxInt32 ITERATIONS_NUM = 10000; // ---------------------------------------------------------------------------- // test class