author | Rémi Cardona <remi.cardona@logilab.fr> |
Wed, 13 May 2015 17:13:00 +0200 | |
changeset 10422 | 2b54acb271cb |
parent 10421 | 9bbb35f52d4b |
child 10423 | d9d5c70c45dc |
devtools/qunit.py | file | annotate | diff | comparison | revisions |
--- a/devtools/qunit.py Wed May 13 17:12:40 2015 +0200 +++ b/devtools/qunit.py Wed May 13 17:13:00 2015 +0200 @@ -135,7 +135,7 @@ yield js_test @with_tempdir - def _test_qunit(self, test_file, depends=(), data_files=(), timeout=30): + def _test_qunit(self, test_file, depends=(), data_files=(), timeout=10): assert osp.exists(test_file), test_file for dep in depends: assert osp.exists(dep), dep