Increase browser timeout.

This commit is contained in:
Brendan Dahl 2013-06-27 10:46:45 -07:00
parent 8561d2646b
commit b897020c4b

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"