Increase timeouts
This commit is contained in:
parent
3ce92e8034
commit
d07f840559
|
@ -11,6 +11,8 @@ import {
|
||||||
|
|
||||||
jest.unmock("mysql2/promise")
|
jest.unmock("mysql2/promise")
|
||||||
|
|
||||||
|
jest.setTimeout(20000)
|
||||||
|
|
||||||
describe("external", () => {
|
describe("external", () => {
|
||||||
const config = new TestConfiguration()
|
const config = new TestConfiguration()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue