From 1c27928f00c3d8d3e74c18223f596d316265f5aa Mon Sep 17 00:00:00 2001 From: Lukas Grossmann Date: Tue, 21 Nov 2023 12:09:45 +0100 Subject: [PATCH] Raising timeout Signed-off-by: Lukas Grossmann --- test/ui/suite/createComponent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ui/suite/createComponent.ts b/test/ui/suite/createComponent.ts index a39dab51f..6232af5de 100644 --- a/test/ui/suite/createComponent.ts +++ b/test/ui/suite/createComponent.ts @@ -171,7 +171,7 @@ export function testCreateComponent(path: string) { await section.expand(); const refresh = await section.getAction('Refresh Components View'); await refresh.click(); - await new Promise((res => {setTimeout(res, 3_500)})); + await new Promise((res => {setTimeout(res, 4_000)})); } async function clickCreateComponent() {