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

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"