Skip to content

Commit c46fa31

Browse files
committed
Reduced test timeout
1 parent 5e1e4d7 commit c46fa31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/controllers/conversationsPostEvent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {app} from '../../src/app/app'
33
import * as DeleteConversation from '../../src/utils/deleteConversation.util'
44

55
describe('conversations post event controller', () => {
6-
jest.setTimeout(3600000)
6+
jest.setTimeout(60000)
77

88
beforeEach(() => {
99
jest.resetAllMocks()

tests/controllers/inboundCall.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { app } from '../../src/app/app'
44
import VoiceResponse from 'twilio/lib/twiml/VoiceResponse'
55

66
describe('inbound call controller', () => {
7-
jest.setTimeout(3600000)
7+
jest.setTimeout(60000)
88

99
// Test parameters
1010
const fromNumber = '+1001'

0 commit comments

Comments
 (0)