diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | crypt/sha512c-test.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-05-17 David S. Miller <davem@davemloft.net> + + * crypt/sha512c-test.c (TIMEOUT): Increase to 32. + 2012-05-17 Andreas Jaeger <aj@suse.de> * elf/tst-relsort1.c (do_test): Fix function declaration to avoid diff --git a/crypt/sha512c-test.c b/crypt/sha512c-test.c index c829242..060e935 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" |