Bump sha512c-test.c timeout for the sake of 32-bit sparc.
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 20:32:52 +0000 (13:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 20:33:50 +0000 (13:33 -0700)
* crypt/sha512c-test.c (TIMEOUT): Increase to 32.

ChangeLog
crypt/sha512c-test.c

index d360f1b..9c9a31c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c829242..060e935 100644 (file)
@@ -58,6 +58,6 @@ do_test (void)
   return result;
 }
 
-#define TIMEOUT 6
+#define TIMEOUT 32
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"