From 1ba7c3dca1c45eca7f1214bea2278c67ce8c45a2 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 17 May 2012 13:32:52 -0700 Subject: Bump sha512c-test.c timeout for the sake of 32-bit sparc. * crypt/sha512c-test.c (TIMEOUT): Increase to 32. --- crypt/sha512c-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt') diff --git a/crypt/sha512c-test.c b/crypt/sha512c-test.c index c829242e2a..060e935c3c 100644 --- a/crypt/sha512c-test.c +++ b/crypt/sha512c-test.c @@ -58,6 +58,6 @@ do_test (void) return result; } -#define TIMEOUT 6 +#define TIMEOUT 32 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit 1.4.1