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", () => {
|
||||
beforeAll(async () => {
|
||||
jest.setTimeout(15000);
|
||||
initDB();
|
||||
await loadSets();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue