Skip to content

Commit

Permalink
Update suggest-en.test.ts (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 28, 2021
1 parent 0030d12 commit 793366d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/src/lib/suggest-en.test.ts
Expand Up @@ -160,7 +160,7 @@ describe('Validate English Suggestions', () => {
const timer = createTimer();
collector.collect(genCompoundableSuggestions(trie.root, collector.word, SEPARATE_WORDS), suggestionTimeout);
const elapsed = timer.elapsed();
expect(elapsed).toBeLessThan(suggestionTimeout * 2);
expect(elapsed).toBeLessThan(suggestionTimeout * 4);
},
timeout
);
Expand Down

0 comments on commit 793366d

Please sign in to comment.