about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--crypt/md5test-giant.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 358ea37a37..bb46639470 100644
--- 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
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"