1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03: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:
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

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