crypt: bump up md5test-giant timeout from 180s to 480s

This commit is contained in:
Chris Metcalf 2012-09-17 15:58:51 -04:00
parent f737a641b6
commit 626f8b6abb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
* crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
2012-09-17 Joseph Myers <joseph@codesourcery.com>
* libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code

View File

@ -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"