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:
parent
6fa3101b48
commit
705b072edf
2 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue