increase the delay in threads to 10ms

This commit is contained in:
Michael Ploujnikov 2010-01-31 19:46:48 -05:00
parent 64ab9f6bf7
commit 79f8481f99

View file

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