mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-22 12:53:52 +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',
|
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'
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue