diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 12a1188ae..22583a236 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)); } }