about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-02 19:48:31 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-02 21:21:42 +0000
commitf78020396ac822c31f7f0b1a593bd3f58362a27a (patch)
tree535be90df5b148edbcf5bab11b8a7b5674fd1785 /test
parentb7f1d6d700ab759b316f5715533c061572c9ea7b (diff)
downloadyahns-f78020396ac822c31f7f0b1a593bd3f58362a27a.tar.gz
This was triggering OOM on my 32-bit machine.
Diffstat (limited to 'test')
-rw-r--r--test/test_output_buffering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_output_buffering.rb b/test/test_output_buffering.rb
index 7b99418..4911b21 100644
--- a/test/test_output_buffering.rb
+++ b/test/test_output_buffering.rb
@@ -98,7 +98,7 @@ class TestOutputBuffering < Testcase
   end
 
   class BigHeader
-    A = "A" * 65536
+    A = "A" * 8192
     def initialize(h)
       @h = h
     end