From 67d27740a3b5e7c46e10e095d25f1375f9762d98 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 6 Oct 2016 11:58:52 -0400 Subject: [PATCH] unittest_compressor: smaller big test Just so it runs a bit faster! Signed-off-by: Sage Weil --- src/test/compressor/test_compression.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/compressor/test_compression.cc b/src/test/compressor/test_compression.cc index 6e8b3bee833..a3871fa81b7 100644 --- a/src/test/compressor/test_compression.cc +++ b/src/test/compressor/test_compression.cc @@ -99,7 +99,7 @@ TEST_P(CompressionTest, big_round_trip_repeated) TEST_P(CompressionTest, big_round_trip_randomish) { - unsigned len = 1048576 * 269; + unsigned len = 1048576 * 100;//269; bufferlist orig; const char *alphabet = "abcdefghijklmnopqrstuvwxyz"; if (false) { -- 2.39.5