diff --git a/src/tests/unit/draft.spec.ts b/src/tests/unit/draft.spec.ts index d96a3d4..a8f3908 100644 --- a/src/tests/unit/draft.spec.ts +++ b/src/tests/unit/draft.spec.ts @@ -21,7 +21,7 @@ const testSessionOptions: DraftOptions = { describe("mlpccg/draft", () => { beforeAll(async () => { - jest.setTimeout(15000); + jest.setTimeout(30000); await initDB(); await loadSets(); });