diff options
Diffstat (limited to 'tests/test-pangocairo-threads.c')
-rw-r--r-- | tests/test-pangocairo-threads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pangocairo-threads.c b/tests/test-pangocairo-threads.c index f5a8b020..515fbd1f 100644 --- a/tests/test-pangocairo-threads.c +++ b/tests/test-pangocairo-threads.c @@ -7,7 +7,7 @@ #define HEIGHT 100 const char *text = "The quick brown fox jumped over the lazy dog!"; -int num_iters = 100; +int num_iters = 200; GMutex mutex; @@ -68,7 +68,7 @@ thread_func (gpointer data) int main (int argc, char **argv) { - int num_threads = 100; + int num_threads = 10; int i; GPtrArray *threads = g_ptr_array_new (); GPtrArray *surfaces = g_ptr_array_new (); |