Commit 2a394113 authored by Hanno Schlichting's avatar Hanno Schlichting

Make the tests a bit faster, there's really no difference between 100 and 1000...

Make the tests a bit faster, there's really no difference between 100 and 1000 catalog entries. Testing really large numbers would be a different and interesting story.
parent de96d020
......@@ -169,7 +169,7 @@ class TestAddDelIndexes(CatalogBase, unittest.TestCase):
class TestCatalog(CatalogBase, unittest.TestCase):
upper = 1000
upper = 100
nums = range(upper)
for i in range(upper):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment