From: Daniel Stenberg Date: Tue, 13 May 2008 21:43:37 +0000 (+0000) Subject: wait for all 129 bytes X-Git-Tag: upstream/7.37.1~7827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1dfe2c52969e722a210f7e09f5bb7f346ef27da;p=platform%2Fupstream%2Fcurl.git wait for all 129 bytes --- diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 12a1188..22583a2 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -54,7 +54,7 @@ int test(char *URL) total += iolen; - } while((res == CURLE_AGAIN) && (total < 20)); + } while((res == CURLE_AGAIN) && (total < 129)); } }