]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Bump up tst-malloc-thread-fail timeout from 20 to 30s
authorChris Metcalf <cmetcalf@mellanox.com>
Tue, 5 Jul 2016 21:05:28 +0000 (17:05 -0400)
committerChris Metcalf <cmetcalf@mellanox.com>
Tue, 5 Jul 2016 21:05:28 +0000 (17:05 -0400)
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.

ChangeLog
malloc/tst-malloc-thread-fail.c

index cc875c5120e71716bf0ec607112f984fbf0af5dc..fc313b4307d0c3d536a99b0b4d515185934ceba5 100644 (file)
--- 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]
index fc090efccd7043bd0b7fcdc9ef7da2f1e2d696db..fca0eb86df08cd3dc68cf00e7cbe4f17df68dd83 100644 (file)
@@ -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"