diff --git a/packages/vc-handler-ld-local/src/__tests__/localAgent.test.ts b/packages/vc-handler-ld-local/src/__tests__/localAgent.test.ts index f89bbc570..e5d82c2ae 100644 --- a/packages/vc-handler-ld-local/src/__tests__/localAgent.test.ts +++ b/packages/vc-handler-ld-local/src/__tests__/localAgent.test.ts @@ -1,7 +1,7 @@ import { createObjects } from '@veramo/cli/build/lib/objectCreator' import { getConfig } from '@veramo/cli/build/setup' -// jest.setTimeout(30000) +jest.setTimeout(30000) import { LdDefaultContexts } from '../ld-default-contexts' import { SphereonEd25519Signature2018 } from '../suites/Ed25519Signature2018' @@ -21,7 +21,7 @@ const setup = async (): Promise => { const { localAgent } = createObjects(config, { localAgent: '/agent' }) agent = localAgent agent.getSupportedVeramoKeyType = jest.fn() - // jest.setTimeout(100000) + jest.setTimeout(100000) return true } diff --git a/packages/vc-handler-ld-local/src/__tests__/restAgent.test.ts b/packages/vc-handler-ld-local/src/__tests__/restAgent.test.ts index 027a11976..8258e6bf4 100644 --- a/packages/vc-handler-ld-local/src/__tests__/restAgent.test.ts +++ b/packages/vc-handler-ld-local/src/__tests__/restAgent.test.ts @@ -13,7 +13,7 @@ import { SphereonBbsBlsSignature2020, SphereonEd25519Signature2018, SphereonEd25 import vcHandlerLocalAgentLogic from './shared/vcHandlerLocalAgentLogic' -// jest.setTimeout(30000) +jest.setTimeout(30000) const port = 4002 const basePath = '/agent'