From 1abf9f19b3b0d3d09f55466139548bb5596676c5 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Fri, 17 May 2024 13:10:35 +0530 Subject: [PATCH] test: increase notification module tests timeout --- .../__tests__/notification-module-service/index.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/modules/notification/integration-tests/__tests__/notification-module-service/index.spec.ts b/packages/modules/notification/integration-tests/__tests__/notification-module-service/index.spec.ts index 867581c2d4..8d2fb76c4a 100644 --- a/packages/modules/notification/integration-tests/__tests__/notification-module-service/index.spec.ts +++ b/packages/modules/notification/integration-tests/__tests__/notification-module-service/index.spec.ts @@ -25,6 +25,8 @@ let moduleOptions = { ], } +jest.setTimeout(30000) + moduleIntegrationTestRunner({ moduleName: Modules.NOTIFICATION, moduleOptions,