diff --git a/apps/client/src/widgets/type_widgets/text/config.spec.ts b/apps/client/src/widgets/type_widgets/text/config.spec.ts index 89f1853dc..af01cf863 100644 --- a/apps/client/src/widgets/type_widgets/text/config.spec.ts +++ b/apps/client/src/widgets/type_widgets/text/config.spec.ts @@ -35,5 +35,5 @@ describe("CK config", () => { expect(config.translations, locale.id).toHaveLength(2); } } - }, 10_000); + }, 20_000); });