Mercurial > hg > configuration
diff tests/example.py @ 69:92c11cd1d27e
now we check for types more betterer
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Mar 2012 11:05:29 -0700 |
parents | a8013bd3126a |
children | 490687e70723 |
line wrap: on
line diff
--- a/tests/example.py Wed Mar 28 10:27:17 2012 -0700 +++ b/tests/example.py Wed Mar 28 11:05:29 2012 -0700 @@ -15,8 +15,7 @@ 'help': 'path to firefox'}, 'develop': {'help': "useful for running tests on a developer machine. Creates a local webserver and doesn't upload to the graph servers.", 'type': bool}, - 'test_timeout': {'type': int, - 'help': "Time to wait for the browser to output to the log file", + 'test_timeout': {'help': "Time to wait for the browser to output to the log file", 'default': 1200}, }