Mercurial > hg > configuration
changeset 22:f6c3f91af7f2
add something with a default value
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 26 Mar 2012 14:51:44 -0700 |
parents | 0fe74db6a56c |
children | 73e72a764c3a |
files | tests/example.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/example.py Mon Mar 26 14:45:36 2012 -0700 +++ b/tests/example.py Mon Mar 26 14:51:44 2012 -0700 @@ -13,6 +13,9 @@ '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", + 'default': 1200}, } if __name__ == '__main__':