# HG changeset patch # User RĂ©mi Cardona # Date 1431529980 -7200 # Node ID 2b54acb271cb0cf44a01cf004a77dfb0e11cf8f5 # Parent 9bbb35f52d4b7c6daecc8df00d4e594608b720af [devtools] qunit: decrease test timeout Related to #5533333. diff -r 9bbb35f52d4b -r 2b54acb271cb devtools/qunit.py --- 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