Increased timeouts to pass IE 7/8 tests

master
Vitaly Puzrin 2015-09-13 03:06:04 +03:00
rodzic 6fa3101b48
commit 705b072edf
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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