Skip to content

Commit

Permalink
DPP-96 revert longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Dec 11, 2023
1 parent 2ecf90c commit 22d30ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contact-manager/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createObjects, getConfig } from '../../agent-config/dist'
import { IContactManager } from '../src'
import contactManagerAgentLogic from './shared/contactManagerAgentLogic'

jest.setTimeout(100000)
jest.setTimeout(60000)

const port = 3002
const basePath = '/agent'
Expand Down

0 comments on commit 22d30ad

Please sign in to comment.