Mercurial > hg > configuration
changeset 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 | 1025d283a570 | 
| children | 451aeb35ec04 | 
| files | tests/example.py | 
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] | 
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}, }
