From: Chris Metcalf Date: Mon, 17 Sep 2012 19:58:51 +0000 (-0400) Subject: crypt: bump up md5test-giant timeout from 180s to 480s X-Git-Tag: glibc-2.17~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626f8b6abbdb817db94adc96bc3437ec4fbe76a0;p=thirdparty%2Fglibc.git crypt: bump up md5test-giant timeout from 180s to 480s --- diff --git a/ChangeLog b/ChangeLog index 358ea37a37b..bb46639470f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-09-17 Chris Metcalf + + * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx. + 2012-09-17 Joseph Myers * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code diff --git a/crypt/md5test-giant.c b/crypt/md5test-giant.c index 6751a2a4fc0..63a9c3a7917 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"