mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
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:
parent
30e4cc5413
commit
00068ce40c
@ -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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user