Skip to content

Commit

Permalink
Merge pull request projectmesa#829 from projectmesa/test_examples-patch
Browse files Browse the repository at this point in the history
Update test_examples.py
  • Loading branch information
jackiekazil authored Jun 9, 2020
2 parents 0eff329 + 96f23d8 commit a06a9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ def test_examples(self):
server.server.render_model()
Model = getattr(mod, classcase(example))
model = Model()
(model.step() for _ in range(100))
for _ in range(10):
model.step()

0 comments on commit a06a9b2

Please sign in to comment.