summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@mellanox.com>2016-07-05 17:05:28 -0400
committerChris Metcalf <cmetcalf@mellanox.com>2016-07-05 17:05:28 -0400
commit00068ce40c3885ae0598e55a163632d78dfe42bf (patch)
tree9b5eee7e24af8b3299399d761d77d52a3faf2860
parent30e4cc5413f72c2c728a544389da0c48500d9904 (diff)
downloadglibc-00068ce40c3885ae0598e55a163632d78dfe42bf.tar.gz
glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.tar.xz
glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.zip
Bump up tst-malloc-thread-fail timeout from 20 to 30s
Right now tilegx is right on the verge of timeout when it runs,
so adding a bit of headroom seems like the right thing; we
see failures when running tests in parallel.
-rw-r--r--ChangeLog4
-rw-r--r--malloc/tst-malloc-thread-fail.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc875c5120..fc313b4307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-05  Chris Metcalf  <cmetcalf@mellanox.com>
+
+	* malloc/tst-malloc-thread-fail.c (TIMEOUT): Bump up to 30s.
+
 2016-07-05  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
 	[BZ #20327]
diff --git a/malloc/tst-malloc-thread-fail.c b/malloc/tst-malloc-thread-fail.c
index fc090efccd..fca0eb86df 100644
--- a/malloc/tst-malloc-thread-fail.c
+++ b/malloc/tst-malloc-thread-fail.c
@@ -436,7 +436,7 @@ do_test (void)
 }
 
 /* The repeated allocations take some time on slow machines.  */
-#define TIMEOUT 20
+#define TIMEOUT 30
 
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"