Browse Source

Increase browser timeout.

Brendan Dahl 12 years ago
parent
commit
b897020c4b
  1. 2
      test/test.py

2
test/test.py

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

Loading…
Cancel
Save