From b897020c4b6e5fd3a033b0eac5f6136092edee44 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Thu, 27 Jun 2013 10:46:45 -0700 Subject: [PATCH] Increase browser timeout. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 00c42ba36..51f1d616e 100644 --- a/test/test.py +++ b/test/test.py @@ -34,7 +34,7 @@ REFDIR = 'ref' TEST_SNAPSHOTS = 'test_snapshots' TMPDIR = 'tmp' VERBOSE = False -BROWSER_TIMEOUT = 60 +BROWSER_TIMEOUT = 120 SERVER_HOST = "localhost"