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