Mercurial > hg > configuration
diff tests/base.json @ 102:c530f6265deb
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 01 May 2012 10:33:37 -0700 |
parents | 11a498419193 |
children |
line wrap: on
line diff
--- a/tests/base.json Mon Apr 30 13:21:48 2012 -0700 +++ b/tests/base.json Tue May 01 10:33:37 2012 -0700 @@ -3,5 +3,7 @@ "ts" ], "browser_path": "/home/jhammel/firefox/firefox", - "test_timeout": 60 + "test_timeout": 60, + "preferences": {"browser.bookmarks.max_backups": 0, + "browser.cache.disk.smart_size.enabled": false} } \ No newline at end of file