reduce number of threads for some tests
they tend to fail when running under builddrone
This commit is contained in:
parent
24a8d6a926
commit
a3b7305b2b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue