summaryrefslogtreecommitdiff
path: root/test/suite/test_txn02.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-07-26 13:32:24 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-07-26 13:32:24 +1000
commit4768c4ff8d2c2ba67f49555404fe6375b37d42f8 (patch)
tree3a81a2943fa658daadb0deecf2c734151f2d4964 /test/suite/test_txn02.py
parent43ccf43d27ddfbf5b5f5553e1c4413c2388f993f (diff)
downloadmongo-4768c4ff8d2c2ba67f49555404fe6375b37d42f8.tar.gz
Speed up tests by allowing smaller log files (100K) and using them.
Diffstat (limited to 'test/suite/test_txn02.py')
-rw-r--r--test/suite/test_txn02.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn02.py b/test/suite/test_txn02.py
index 377c93adeb4..7609261f7f1 100644
--- a/test/suite/test_txn02.py
+++ b/test/suite/test_txn02.py
@@ -77,7 +77,7 @@ class test_txn02(wttest.WiredTigerTestCase):
def setUpConnectionOpen(self, dir):
self.home = dir
self.backup_dir = os.path.join(self.home, "WT_BACKUP")
- conn = wiredtiger.wiredtiger_open(dir, 'create,' +
+ conn = wiredtiger.wiredtiger_open(dir, 'create,log=(file_max=100K),' +
('error_prefix="%s: ",' % self.shortid()))
self.pr(`conn`)
self.session2 = conn.open_session()