summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-28 19:46:50 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-28 19:46:50 +0000
commitf160a450c930f214f218f0c975abf188d367716f (patch)
tree110fc0d723c02447cc18d452d4886aa88f870efc /crypt
parent22c915ac42b6890383da4b1b0b63f9a15408a01c (diff)
[BZ #5204]
* crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware. * crypt/sha512c-test.c: Likewise.
Diffstat (limited to 'crypt')
-rw-r--r--crypt/sha256c-test.c1
-rw-r--r--crypt/sha512c-test.c1
2 files changed, 2 insertions, 0 deletions
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"