From dd708ca5cc16648f90a69a24048387f0008f0357 Mon Sep 17 00:00:00 2001 From: emi Date: Thu, 6 Aug 2020 10:15:04 -0600 Subject: [PATCH] Test, increase timeout of Setup test --- test/Setup.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Setup.spec.js b/test/Setup.spec.js index 742b4c7e..28b3c6e2 100644 --- a/test/Setup.spec.js +++ b/test/Setup.spec.js @@ -21,6 +21,7 @@ const nod3 = { const { dropDb, getDb, config } = testDb() describe('Setup', function () { + this.timeout(10000) describe('constructor', function () { it('should create a Setup instance', async () => { await dropDb()