increase default timeout on tests for slow powerbooks
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 29 Aug 2005 11:37:20 +0000 (11:37 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 29 Aug 2005 11:37:20 +0000 (11:37 +0000)
Original commit message from CVS:
increase default timeout on tests for slow powerbooks

check.mak

index 6070886..bee3fa5 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -19,6 +19,7 @@ $(CHECK_REGISTRY).rebuild:
 # run any given test by running make test.check
 %.check: % $(CHECK_REGISTRY).rebuild
        @$(TESTS_ENVIRONMENT)                                   \
+       CK_DEFAULT_TIMEOUT=20                                   \
        $*
 
 # valgrind any given test by running make test.valgrind