diff options
Diffstat (limited to 'malloc/tst-mallocfork2.c')
-rw-r--r-- | malloc/tst-mallocfork2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/tst-mallocfork2.c b/malloc/tst-mallocfork2.c index c896628330..bb6a3319d8 100644 --- a/malloc/tst-mallocfork2.c +++ b/malloc/tst-mallocfork2.c @@ -45,6 +45,7 @@ enum { malloc_maximum_size = 70000 }; enum { signal_count = 1000 }; static int do_test (void); +#define TIMEOUT 100 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |