summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasyncns/asyncns-test.c')
-rw-r--r--libasyncns/asyncns-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasyncns/asyncns-test.c b/libasyncns/asyncns-test.c
index 6eb0a0d..e3169ec 100644
--- a/libasyncns/asyncns-test.c
+++ b/libasyncns/asyncns-test.c
@@ -35,7 +35,7 @@ int main(int argc, char *argv[]) {
struct sockaddr_in sa;
char host[NI_MAXHOST] = "", serv[NI_MAXSERV] = "";
- if (!(asyncns = asyncns_new(5))) {
+ if (!(asyncns = asyncns_new(10))) {
fprintf(stderr, "asyncns_new() failed\n");
goto fail;
}