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:
@ -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"
|
||||
|
Reference in New Issue
Block a user