summaryrefslogtreecommitdiff
path: root/test/suite/test_backup03.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_backup03.py')
-rw-r--r--test/suite/test_backup03.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_backup03.py b/test/suite/test_backup03.py
index 73d05f0b0a1..c1ed3cc9e1a 100644
--- a/test/suite/test_backup03.py
+++ b/test/suite/test_backup03.py
@@ -74,7 +74,7 @@ class test_backup_target(wttest.WiredTigerTestCase, suite_subprocess):
('backup_9', dict(big=3,list=[])), # Backup everything
]
- scenarios = make_scenarios(list)
+ scenarios = make_scenarios(list, prune=3, prunelong=1000)
# Create a large cache, otherwise this test runs quite slowly.
conn_config = 'cache_size=1G'