diff options
-rwxr-xr-x | test/etap/040-util.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/040-util.t b/test/etap/040-util.t index 38f82851..c4dffc4d 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -80,7 +80,7 @@ test() -> IntsToAGazillion = lists:seq(1, 200000), LotsOfData = lists:map( fun(Int) -> {Int, <<"foobar">>} end, - lists:seq(1, 200000)), + lists:seq(1, 500000)), etap:ok(couch_util:should_flush(), "Allocation 200K tuples puts us above the memory threshold.") end, |