about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-09-17 15:58:51 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-09-17 15:58:51 -0400
commit626f8b6abbdb817db94adc96bc3437ec4fbe76a0 (patch)
tree0a00c791ed52d6978561d000a23cbe3409fa191c
parentf737a641b65b8de92a6aedf081f6c4ed6500267a (diff)
downloadglibc-626f8b6abbdb817db94adc96bc3437ec4fbe76a0.tar.gz
glibc-626f8b6abbdb817db94adc96bc3437ec4fbe76a0.tar.xz
glibc-626f8b6abbdb817db94adc96bc3437ec4fbe76a0.zip
crypt: bump up md5test-giant timeout from 180s to 480s
-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"