diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/tst-malloc-tcache-leak.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/tst-malloc-tcache-leak.c b/malloc/tst-malloc-tcache-leak.c index 02c4536039..7d9731435e 100644 --- a/malloc/tst-malloc-tcache-leak.c +++ b/malloc/tst-malloc-tcache-leak.c @@ -109,4 +109,5 @@ do_test (void) exit (0); } +#define TIMEOUT 50 #include <support/test-driver.c> |