mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Update threadSafeDequeTest.cpp
change value to 50
This commit is contained in:
parent
142c6c9a28
commit
ae8a2a74f7
|
|
@ -179,7 +179,7 @@ TEST_FIX(ThreadSafeDeque, PopBack)
|
|||
// Test many items in a row
|
||||
TEST_FIX(ThreadSafeDeque, Concurrent)
|
||||
{
|
||||
const U32 NumValues = 100;
|
||||
const U32 NumValues = 50;
|
||||
|
||||
Deque mDeque;
|
||||
Vector<U32> mValues;
|
||||
|
|
|
|||
Loading…
Reference in a new issue