Skip to content

Commit 7eb1dc1

Browse files
committed
increase timeout
1 parent a1dabb2 commit 7eb1dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sqs/test/consumers/SqsPermissionConsumer.messageDeduplication.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ describe('SqsPermissionConsumer message deduplication', () => {
384384
// Wait until consumer1 releases the lock, to omit errors related to the lock being lost
385385
const consumer1Spy = await consumer1.handlerSpy.waitForMessageWithId(message.id)
386386
expect(consumer1Spy.processingResult).toEqual({ status: 'consumed' })
387-
})
387+
}, 7000)
388388

389389
it('respects deduplication key even after lock is released', async () => {
390390
const consumer1 = new SqsPermissionConsumer(diContainer.cradle, {

0 commit comments

Comments
 (0)