We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de29252 commit 7df4b2dCopy full SHA for 7df4b2d
test/integration/oidc-manager-test.js
@@ -63,6 +63,6 @@ describe('OidcManager (integration tests)', () => {
63
expect(providerConfig.keys).to.exist()
64
expect(oidc.initLocalRpClient).to.have.been.called()
65
})
66
- }).timeout(5000)
+ }).timeout(10000)
67
68
0 commit comments