aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib556.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-13 21:43:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-13 21:43:37 +0000
commitc1dfe2c52969e722a210f7e09f5bb7f346ef27da (patch)
tree49f8f3e70cd077de0e328bb756a2b6c7b1906a1a /tests/libtest/lib556.c
parent7f88e8badbb6359911cb1c2e6df4ec30f09c0fb0 (diff)
wait for all 129 bytes
Diffstat (limited to 'tests/libtest/lib556.c')
-rw-r--r--tests/libtest/lib556.c2
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));
}
}