]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/tst-mallocfork2.c
Increase some test timeouts.
[thirdparty/glibc.git] / malloc / tst-mallocfork2.c
index c89662833001ce1609738da4763db6701934b8b2..bb6a3319d84ac4e7f4b6e428546a747b06ad54a6 100644 (file)
@@ -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"