Skip to content

Commit

Permalink
issue #142 - record top 50 step durations instead of top 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Oct 31, 2017
1 parent 3c9b380 commit 405acb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ commands =
virtualenv --version
pip --version
pip freeze
py.test -rxs -vv --durations=10 --driver Chrome --html=results/acceptance.html -m "acceptance" biweeklybudget
py.test -rxs -vv --durations=50 --driver Chrome --html=results/acceptance.html -m "acceptance" biweeklybudget

[testenv:acceptance36]
deps = {[testenv:acceptance27]deps}
Expand Down

0 comments on commit 405acb7

Please sign in to comment.