summaryrefslogtreecommitdiff
path: root/test/git/test_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_diff.py')
-rw-r--r--test/git/test_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_diff.py b/test/git/test_diff.py
index ead231e5..9335aced 100644
--- a/test/git/test_diff.py
+++ b/test/git/test_diff.py
@@ -41,7 +41,7 @@ class TestDiff(TestBase):
def test_diff_interface(self):
# test a few variations of the main diff routine
assertion_map = dict()
- for i, commit in enumerate(self.rorepo.iter_commits('0.1.6', max_count=10)):
+ for i, commit in enumerate(self.rorepo.iter_commits('0.1.6', max_count=2)):
diff_item = commit
if i%2 == 0:
diff_item = commit.tree