Increase timeout for DB tests
This commit is contained in:
parent
252d089659
commit
4f3b8eacac
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ setGlobalVars(Dexie.dependencies);
|
||||||
|
|
||||||
describe("mlpccg/Database", () => {
|
describe("mlpccg/Database", () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
|
jest.setTimeout(15000);
|
||||||
initDB();
|
initDB();
|
||||||
await loadSets();
|
await loadSets();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue