From: Chris Metcalf Date: Tue, 5 Jul 2016 21:05:28 +0000 (-0400) Subject: Bump up tst-malloc-thread-fail timeout from 20 to 30s X-Git-Tag: glibc-2.24~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00068ce40c3885ae0598e55a163632d78dfe42bf;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index cc875c5120e..fc313b4307d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-05 Chris Metcalf + + * malloc/tst-malloc-thread-fail.c (TIMEOUT): Bump up to 30s. + 2016-07-05 Rajalakshmi Srinivasaraghavan [BZ #20327] diff --git a/malloc/tst-malloc-thread-fail.c b/malloc/tst-malloc-thread-fail.c index fc090efccd7..fca0eb86df0 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"