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.
This commit is contained in:
Chris Metcalf 2016-07-05 17:05:28 -04:00
parent 30e4cc5413
commit 00068ce40c
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View 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"