scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
7 lines (5 loc) • 327 B
JavaScript
const POLISH_DICTIONARY_AVERAGE_DOWNLOAD_DURATION = 90 * 1000;
// Dictionaries used in tests are downloaded on demand (if not cached)
// and on average it takes 90 seconds to get the Polish dictionary downloaded.
// Doubling that amount should be safe enough.
jest.setTimeout(2 * POLISH_DICTIONARY_AVERAGE_DOWNLOAD_DURATION);