Increase timeout
This commit is contained in:
parent
e88be15bd5
commit
b4ace11a9a
packages/server/src/sdk/app/oauth2/tests
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue