mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Fixes tests without configured timeouts.
This commit is contained in:
parent
36eccbcbe4
commit
f029bbfa0c
2 changed files with 2 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ describe('Basic KeymanWeb', function() {
|
|||
Modernizr.on('touchevents', function(result) {
|
||||
if(!result) {
|
||||
describe('Basic Toggle UI', function() {
|
||||
this.timeout(kmwconfig.timeouts.scriptLoad);
|
||||
|
||||
beforeEach(function(done) {
|
||||
this.timeout(kmwconfig.timeouts.uiLoad);
|
||||
|
|
|
|||
|
|
@ -728,10 +728,9 @@ var FULL_RULE_SET = [].concat(DEADKEY_RULE_SET, ANY_CONTEXT_RULE_SET, ANY_INDEX_
|
|||
*/
|
||||
|
||||
describe('Engine', function() {
|
||||
this.timeout(kmwconfig.timeouts.scriptLoad);
|
||||
|
||||
before(function(done) {
|
||||
this.timeout(kmwconfig.timeouts.scriptLoad);
|
||||
|
||||
fixture.setBase('unit_tests/fixtures');
|
||||
setupKMW(null, done, kmwconfig.timeouts.scriptLoad);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue