From 362069ea53eec219d06acf46b978d719c645e8f7 Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Fri, 29 Jan 2010 22:26:37 -0500 Subject: [PATCH] make the process-function test run really quickly --- 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 185e85ee6..dea6370f6 100644 --- a/tests/backend/test-threadpool.c +++ b/tests/backend/test-threadpool.c @@ -191,7 +191,7 @@ TEST ("process-function") { // this is what the scheduler would do once it figures out what function a job needs to run LumieraThread t; - unsigned long long number = 10000019; + unsigned long long number = 1307; lumiera_threadpool_init();