From 117297f1f4d87ce2751f96c285de5df9817faeb1 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 20 Sep 2019 15:17:09 +0200 Subject: [PATCH] Increase timeouts (builds on drone can be quite busy) --- src/tests/unit/draft.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });