Skip to content

Commit

Permalink
Decreased the number of facts in large db test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 12, 2024
1 parent 887f742 commit 52fee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_large_db(self):
Generates a large database, then runs query
"""

num_facts = 1250000
num_facts = 125000
prolog = Prolog()
for i in range(num_facts):
prolog.assertz("p(%s)" % i)
Expand Down

0 comments on commit 52fee04

Please sign in to comment.