Increase timeout for DB tests

This commit is contained in:
Hamcha 2019-09-09 14:11:27 +02:00
parent 252d089659
commit 4f3b8eacac
Signed by: hamcha
GPG Key ID: 44AD3571EB09A39E
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ setGlobalVars(Dexie.dependencies);
describe("mlpccg/Database", () => {
beforeAll(async () => {
jest.setTimeout(15000);
initDB();
await loadSets();
});