crypt: bump up md5test-giant timeout from 180s to 480s
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 17 Sep 2012 19:58:51 +0000 (15:58 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 17 Sep 2012 19:58:51 +0000 (15:58 -0400)
ChangeLog
crypt/md5test-giant.c

index 358ea37..bb46639 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6751a2a..63a9c3a 100644 (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"