From f160a450c930f214f218f0c975abf188d367716f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Oct 2007 19:46:50 +0000 Subject: [BZ #5204] * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware. * crypt/sha512c-test.c: Likewise. --- crypt/sha256c-test.c | 1 + crypt/sha512c-test.c | 1 + 2 files changed, 2 insertions(+) (limited to 'crypt') diff --git a/crypt/sha256c-test.c b/crypt/sha256c-test.c index 58aec07dae..357f0d8b7e 100644 --- a/crypt/sha256c-test.c +++ b/crypt/sha256c-test.c @@ -57,5 +57,6 @@ do_test (void) return result; } +#define TIMEOUT 6 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/crypt/sha512c-test.c b/crypt/sha512c-test.c index 4c888feb41..c829242e2a 100644 --- a/crypt/sha512c-test.c +++ b/crypt/sha512c-test.c @@ -58,5 +58,6 @@ do_test (void) return result; } +#define TIMEOUT 6 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit v1.2.3