diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 15:14:02 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-05 15:14:02 -0700 |
commit | 0da76d1b427629f4e671b502d7034595ae9ac568 (patch) | |
tree | 9efce1342addb09d57b4ac9b709d5eda2c12d3fd /tests/test-pangocairo-threads.c | |
parent | 0ec2a4821a37b31e01a0e70fae0fe99035cc2385 (diff) | |
download | pango-0da76d1b427629f4e671b502d7034595ae9ac568.tar.gz |
Speed up test-pangocairo-threads
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 (); |