diff options
author | Chris Metcalf <cmetcalf@mellanox.com> | 2016-07-05 17:05:28 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-07-05 17:05:28 -0400 |
commit | 00068ce40c3885ae0598e55a163632d78dfe42bf (patch) | |
tree | 9b5eee7e24af8b3299399d761d77d52a3faf2860 /malloc | |
parent | 30e4cc5413f72c2c728a544389da0c48500d9904 (diff) | |
download | glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.tar glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.tar.gz glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.tar.bz2 glibc-00068ce40c3885ae0598e55a163632d78dfe42bf.zip |
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.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/tst-malloc-thread-fail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-malloc-thread-fail.c b/malloc/tst-malloc-thread-fail.c index fc090efccd..fca0eb86df 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" |