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,