From b6af3b70b09f25b52da289fe19189dce0f3a6aa1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 1 Jan 2026 23:57:43 +0200 Subject: [PATCH] test(client): increase a timeout for local run --- apps/client/src/widgets/type_widgets/text/config.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });