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 26, 2023
1 parent d945b5b commit 6c9e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/suite/serverlessFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function testCreateServerlessFunction(path: string) {
await serverlessFunctionView.selectFolder(pth.join(path, 'function'));
await serverlessFunctionView.clickCreateButton();

await new Promise((res => {setTimeout(res, 2_500)}));
await new Promise((res => {setTimeout(res, 3_500)}));

expect(await section.findItem(functionName)).to.be.not.undefined;
});
Expand Down

0 comments on commit 6c9e145

Please sign in to comment.