summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-06-24 17:33:15 +0100
committerColin Walters <walters@verbum.org>2013-06-24 17:33:15 +0100
commit5f8c246aff21a029ef1631571edf275613a6cad3 (patch)
tree8a79d934431c875029d4669682f279a05da6dc76
parent67b5737712ea43c54ac31a19f349cef74aa2287f (diff)
downloadgdk-pixbuf-5f8c246aff21a029ef1631571edf275613a6cad3.tar.gz
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.
-rw-r--r--tests/pixbuf-randomly-modified.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 8dd176b1f..7aed9618b 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);