summaryrefslogtreecommitdiff
path: root/tests/test_casperjs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_casperjs.py')
-rw-r--r--tests/test_casperjs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_casperjs.py b/tests/test_casperjs.py
index 4980fed..c3c75d5 100644
--- a/tests/test_casperjs.py
+++ b/tests/test_casperjs.py
@@ -4,7 +4,6 @@ import os
import webob
import webtest
from webob import exc
-from webtest import ext
from tests.compat import u
#if PY3:
@@ -49,5 +48,5 @@ def application(environ, start_response):
def test_casperjs():
app = webtest.TestApp(application)
- with webtest.casperjs(app) as run:
+ with webtest.casperjs(app, timeout=2) as run:
run('test_casperjs.js')