From 79f8481f9980e1835ab9f5e3857fa88418754c9d Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Sun, 31 Jan 2010 19:46:48 -0500 Subject: [PATCH] increase the delay in threads to 10ms --- tests/backend/test-threadpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/backend/test-threadpool.c b/tests/backend/test-threadpool.c index 9541f7c43..c2167b314 100644 --- a/tests/backend/test-threadpool.c +++ b/tests/backend/test-threadpool.c @@ -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];