summaryrefslogtreecommitdiff
path: root/test/suite/test_lsm01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_lsm01.py')
-rw-r--r--test/suite/test_lsm01.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_lsm01.py b/test/suite/test_lsm01.py
index b44df4bae14..f705b09b0a4 100644
--- a/test/suite/test_lsm01.py
+++ b/test/suite/test_lsm01.py
@@ -57,7 +57,7 @@ class test_lsm01(wttest.WiredTigerTestCase):
scenarios = wtscenario.make_scenarios(
chunk_size_scenarios, merge_max_scenarios, bloom_scenarios,
bloom_bit_scenarios, bloom_hash_scenarios, record_count_scenarios,
- prune=500)
+ prune=100, prunelong=500)
# Test drop of an object.
def test_lsm(self):