Skip to content

Commit 7df4b2d

Browse files
Bump integration test timeout
1 parent de29252 commit 7df4b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/oidc-manager-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ describe('OidcManager (integration tests)', () => {
6363
expect(providerConfig.keys).to.exist()
6464
expect(oidc.initLocalRpClient).to.have.been.called()
6565
})
66-
}).timeout(5000)
66+
}).timeout(10000)
6767
})
6868
})

0 commit comments

Comments
 (0)