Increase size of file the test tries to send since there is enough buffering on my...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Jun 2011 13:57:17 +0000 (13:57 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Jun 2011 13:57:17 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1140624 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/core/TestSwallowAbortedUploads.java

index 8ea33fb..d56bf61 100644 (file)
@@ -213,7 +213,7 @@ public class TestSwallowAbortedUploads extends TomcatBaseTest {
         private static final String URI = "/uploadAborted";
         private static final String servletName = "uploadAborted";
         private static final int limitSize = 100;
-        private static final int hugeSize = 200000;
+        private static final int hugeSize = 400000;
 
         private boolean init;
         private Context context;