Skip to content

Commit

Permalink
Merge pull request #12273 from keymanapp/chore/developer/12271-extend…
Browse files Browse the repository at this point in the history
…-test-timeouts-kmc-model

chore(developer): extend timeouts for lm compiler tests to 5 secs
  • Loading branch information
mcdurdin authored Aug 26, 2024
2 parents 5a00aab + 8457f95 commit f9b0dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions developer/src/kmc-model/test/test-compile-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { KeymanFileTypes } from '@keymanapp/common-types';
describe('LexicalModelCompiler', function () {
let callbacks = new TestCompilerCallbacks();

this.timeout(5000);

// Try to compile ALL of the correct models.
const MODELS = [
'example.qaa.sencoten',
Expand Down

0 comments on commit f9b0dc5

Please sign in to comment.