Ver Fonte

Update threadSafeDequeTest.cpp

change value to 50
marauder2k7 há 1 ano atrás
pai
commit
ae8a2a74f7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Engine/source/testing/threadSafeDequeTest.cpp

+ 1 - 1
Engine/source/testing/threadSafeDequeTest.cpp

@@ -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;