summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare08.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare08.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_prepare08.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare08.py b/src/third_party/wiredtiger/test/suite/test_prepare08.py
index f3eb9d12881..d257cda112c 100644
--- a/src/third_party/wiredtiger/test/suite/test_prepare08.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare08.py
@@ -39,7 +39,7 @@ def timestamp_str(t):
# to the data store.
class test_prepare08(wttest.WiredTigerTestCase):
# Force a small cache.
- conn_config = 'cache_size=2MB'
+ conn_config = 'cache_size=2MB,eviction_updates_trigger=95,eviction_updates_target=80'
def updates(self, ds, uri, nrows, value, ts):
cursor = self.session.open_cursor(uri)