Skip to content

Commit

Permalink
Raising timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Grossmann <[email protected]>
  • Loading branch information
Lukas Grossmann committed Nov 21, 2023
1 parent bd49c5b commit 1c27928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/suite/createComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1c27928

Please sign in to comment.