1
0
Fork 0
mirror of https://github.com/0x5eal/rbxts-pako.git synced 2025-04-09 13:20:59 +01:00

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',
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'

View file

@ -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) {