1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

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"