Increase timeouts

This commit is contained in:
Adria Navarro 2023-07-26 12:12:32 +02:00
parent d07f840559
commit 17b394dba9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import {
jest.unmock("mysql2/promise")
jest.setTimeout(20000)
jest.setTimeout(30000)
describe("external", () => {
const config = new TestConfiguration()