diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-09-17 15:58:51 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-09-17 15:58:51 -0400 |
commit | 626f8b6abbdb817db94adc96bc3437ec4fbe76a0 (patch) | |
tree | 0a00c791ed52d6978561d000a23cbe3409fa191c /crypt | |
parent | f737a641b65b8de92a6aedf081f6c4ed6500267a (diff) |
crypt: bump up md5test-giant timeout from 180s to 480s
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/md5test-giant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/md5test-giant.c b/crypt/md5test-giant.c index 6751a2a4fc..63a9c3a791 100644 --- a/crypt/md5test-giant.c +++ b/crypt/md5test-giant.c @@ -132,6 +132,6 @@ do_test (void) #endif /* This needs on a fast machine 90s. */ -#define TIMEOUT 180 +#define TIMEOUT 480 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |