Increased timeouts to pass IE 7/8 tests

This commit is contained in:
Vitaly Puzrin 2015-09-13 03:06:04 +03:00
parent 6fa3101b48
commit 705b072edf
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ module.exports = function(grunt) {
browserName: 'internet explorer', browserName: 'internet explorer',
platform: 'WIN7', platform: 'WIN7',
version: '9' version: '9'
}, {/* }, {
browserName: 'internet explorer', browserName: 'internet explorer',
platform: 'WIN7', platform: 'WIN7',
version: '8' version: '8'
@ -38,7 +38,7 @@ module.exports = function(grunt) {
browserName: 'internet explorer', browserName: 'internet explorer',
platform: 'XP', platform: 'XP',
version: '7' version: '7'
}, {*/ }, {
browserName: 'safari', browserName: 'safari',
platform: 'OS X 10.8', platform: 'OS X 10.8',
version: '6' version: '6'

View file

@ -7,6 +7,7 @@
<script src="../../node_modules/mocha/mocha.js"></script> <script src="../../node_modules/mocha/mocha.js"></script>
<script> <script>
mocha.setup('bdd'); mocha.setup('bdd');
mocha.suite.timeout(30000);
</script> </script>
<script> <script>
function assert(expr, msg) { function assert(expr, msg) {