Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Nov 1, 2024
1 parent 6e70499 commit 026ae7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vc-di-tests/integration-tests/assertion_contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Test Vc (direct request)', function () {
}
before(async () => {
console.log(`nodeEndpoint: ${nodeEndpoint}`)
console.log(`ENCLAVE_ENDPOINT: ${enclaveEndpoint}`)
console.log(`enclaveEndpoint: ${enclaveEndpoint}`)
context = await initIntegrationTestContext(
nodeEndpoint,
enclaveEndpoint
Expand Down Expand Up @@ -314,6 +314,7 @@ describe('Test Vc (direct request)', function () {
step(
`linking identity ${credentialDefinition.mockDid} via cli`,
async function () {
this.timeout(300000)
console.log(`index: ${index}`)
const keyringPair = generateSubstrateAddress(index)
keyringPairs.push(keyringPair)
Expand Down

0 comments on commit 026ae7b

Please sign in to comment.