diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 21:43:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 21:43:37 +0000 |
commit | c1dfe2c52969e722a210f7e09f5bb7f346ef27da (patch) | |
tree | 49f8f3e70cd077de0e328bb756a2b6c7b1906a1a /tests/libtest | |
parent | 7f88e8badbb6359911cb1c2e6df4ec30f09c0fb0 (diff) | |
download | curl-c1dfe2c52969e722a210f7e09f5bb7f346ef27da.tar.gz |
wait for all 129 bytes
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib556.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |