Skip to content

Commit

Permalink
added timeout in the ocsp login request test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Oct 24, 2023
1 parent 1b4e12c commit d6b82ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/ocsp_mock/testConnectionOcspMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ function cloneConnOption(connOption)

describe('Connection test with OCSP Mock', function ()
{
this.timeout(300000);

const valid = cloneConnOption(connOption.valid);

console.log(connOption.valid);
Expand Down

0 comments on commit d6b82ca

Please sign in to comment.