Increase timeout

This commit is contained in:
Adria Navarro 2025-03-13 15:29:04 +01:00
parent e88be15bd5
commit b4ace11a9a
1 changed files with 1 additions and 1 deletions
packages/server/src/sdk/app/oauth2/tests

View File

@ -10,7 +10,7 @@ const config = new TestConfiguration()
const volumePath = path.resolve(__dirname, "docker-volume")
jest.setTimeout(30000)
jest.setTimeout(60000)
describe("oauth2 utils", () => {
let container: StartedTestContainer