diff options
Diffstat (limited to 'library/cpp/threading/queue/unordered_ut.cpp')
| -rw-r--r-- | library/cpp/threading/queue/unordered_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/queue/unordered_ut.cpp b/library/cpp/threading/queue/unordered_ut.cpp index a43b7f520e5..26e5dd54c1e 100644 --- a/library/cpp/threading/queue/unordered_ut.cpp +++ b/library/cpp/threading/queue/unordered_ut.cpp @@ -17,7 +17,7 @@ private: public: void Push1M_Pop1M_Unordered() { - constexpr int REPEAT = 1000000; + constexpr int REPEAT = 1000; TQueueType queue; TLink msg[REPEAT]; |
