Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump sha512c-test.c timeout for the sake of 32-bit sparc.
	* crypt/sha512c-test.c (TIMEOUT): Increase to 32.
  • Loading branch information
David S. Miller committed May 17, 2012
1 parent 5991034 commit 1ba7c3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion crypt/sha512c-test.c
Expand Up @@ -58,6 +58,6 @@ do_test (void)
return result;
}

#define TIMEOUT 6
#define TIMEOUT 32
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"

0 comments on commit 1ba7c3d

Please sign in to comment.