reduce number of threads for some tests

they tend to fail when running under builddrone
This commit is contained in:
Fischlurch 2011-12-27 01:27:46 +01:00
parent 24a8d6a926
commit a3b7305b2b
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ namespace test{
namespace { // private test setup...
const uint NUM_THREADS = 100;
const uint NUM_THREADS = 50;
const uint MAX_RAND = 1000*1000;
inline bool

View file

@ -38,7 +38,7 @@ namespace test{
namespace { // private test setup...
const uint NUM_THREADS = 100;
const uint NUM_THREADS = 50;
const uint MAX_RAND = 5*1000*1000;