From 026ae7b6a7b59ad5799cecfa3a0a744e32fd7342 Mon Sep 17 00:00:00 2001 From: Verin1005 Date: Fri, 1 Nov 2024 02:32:45 +0000 Subject: [PATCH] add timeout --- vc-di-tests/integration-tests/assertion_contracts.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vc-di-tests/integration-tests/assertion_contracts.test.ts b/vc-di-tests/integration-tests/assertion_contracts.test.ts index 489450d..410c558 100644 --- a/vc-di-tests/integration-tests/assertion_contracts.test.ts +++ b/vc-di-tests/integration-tests/assertion_contracts.test.ts @@ -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 @@ -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)