[gdk-pixbuf] tests/pixbuf-randomly-modified: Drop iterations to 10



commit 5f8c246aff21a029ef1631571edf275613a6cad3
Author: Colin Walters <walters verbum org>
Date:   Mon Jun 24 17:33:15 2013 +0100

    tests/pixbuf-randomly-modified: Drop iterations to 10
    
    1000 iterations takes far too long for automated testing;
    we'll get incremental coverage over time even with just
    10, and the test can of course be run manually.

 tests/pixbuf-randomly-modified.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 8dd176b..7aed961 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -108,7 +108,7 @@ main (int argc, char **argv)
   if (g_getenv ("ITERATIONS"))
     iterations = atoi (g_getenv ("ITERATIONS"));
   else
-    iterations = 1000;
+    iterations = 10;
 
   seed = time (NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]