increase the delay in threads to 10ms
This commit is contained in:
parent
64ab9f6bf7
commit
79f8481f99
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ TEST ("many-sleepy-threads")
|
|||
{
|
||||
|
||||
const int threads_per_pool_count = 10;
|
||||
unsigned int delay = 13;
|
||||
unsigned int delay = 10000;
|
||||
|
||||
lumiera_threadpool_init();
|
||||
LumieraThread threads[threads_per_pool_count*LUMIERA_THREADCLASS_COUNT];
|
||||
|
|
|
|||
Loading…
Reference in a new issue