Skip to content

Commit

Permalink
reduce default number of iterations for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Mar 24, 2018
1 parent 801fdb0 commit d819c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Expand Up @@ -42,7 +42,7 @@ def pytest_addoption(parser):
parser.addoption('--niters',
type=int,
action='store',
default=5000,
default=1000,
help='Number of inputs for tests which '
'use a random set of inputs')

Expand Down

0 comments on commit d819c6e

Please sign in to comment.