From: Gunter Knauf Date: Thu, 12 Jul 2007 10:54:15 +0000 (+0000) Subject: the timeout was probably too short with max = 1 sec, so lets test with 5 sec. X-Git-Tag: curl-7_17_0-preldapfix~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72bb5854f7347aa22c0ecb93b3f90ad45bed0460;p=curl the timeout was probably too short with max = 1 sec, so lets test with 5 sec. --- diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index e8d701393..5e13b8ad1 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -405,7 +405,7 @@ static curl_socket_t sockdaemon(curl_socket_t sock, (void *)&flag, sizeof(flag)); while ((rc < 0) && maxretr) { maxretr--; - go_sleep(10); + go_sleep(50); rc = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void *)&flag, sizeof(flag)); }