# HG changeset patch # User Jeff Hammel # Date 1332957929 25200 # Node ID 92c11cd1d27e1dc00c8fdf6fccaed055efe80dc9 # Parent 1025d283a570b7829d310209a07dfbf360b60664 now we check for types more betterer diff -r 1025d283a570 -r 92c11cd1d27e tests/example.py --- 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}, }