check.mak: Increase default timeout under valgrind, 60 is just too short and some...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 21 Oct 2006 16:32:29 +0000 (16:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 21 Oct 2006 16:32:29 +0000 (16:32 +0000)
Original commit message from CVS:
* check.mak:
Increase default timeout under valgrind, 60 is just too short and
some tests take a bit longer these days and not everyone has a
beefy machine.

ChangeLog
check.mak

index 249d5db..a390110 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * check.mak:
+         Increase default timeout under valgrind, 60 is just too short and
+         some tests take a bit longer these days and not everyone has a
+         beefy machine.
+
 2006-09-29  Michael Smith  <msmith@fluendo.com>
 
        * gst.supp:
index 6bd8979..428b277 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -42,7 +42,7 @@ LOOPS = 10
 # valgrind any given test by running make test.valgrind
 %.valgrind: %
        $(TESTS_ENVIRONMENT)                                    \
-       CK_DEFAULT_TIMEOUT=60                                   \
+       CK_DEFAULT_TIMEOUT=360                                  \
        G_SLICE=always-malloc                                   \
        libtool --mode=execute                                  \
        $(VALGRIND_PATH) -q                                     \