diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/tst-leaks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/tst-leaks.c b/resolv/tst-leaks.c index 0a94514645..daad8fcb6d 100644 --- a/resolv/tst-leaks.c +++ b/resolv/tst-leaks.c @@ -1,5 +1,5 @@ /* Tests for res_query in libresolv - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,6 +26,7 @@ extern int do_test (int argc, char *argv[]); /* This defines the `main' function and some more. */ +#define TIMEOUT 40 #include <test-skeleton.c> int |