Merge pull request #3401 from brendandahl/bump-timeout

Increase browser timeout.
This commit is contained in:
Brendan Dahl 2013-06-27 11:57:44 -07:00
commit c71a37d150

View File

@ -34,7 +34,7 @@ REFDIR = 'ref'
TEST_SNAPSHOTS = 'test_snapshots'
TMPDIR = 'tmp'
VERBOSE = False
BROWSER_TIMEOUT = 60
BROWSER_TIMEOUT = 120
SERVER_HOST = "localhost"