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 27, 2023
1 parent b05cbe2 commit 1c411fe
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 @@ -51,7 +51,7 @@ export function testCreateServerlessFunction(path: string) {
await serverlessFunctionView.clickCreateButton();

console.log('1')
await new Promise((res => {setTimeout(res, 3_500)}));
await new Promise((res => {setTimeout(res, 6_500)}));

console.log('2')

Expand Down

0 comments on commit 1c411fe

Please sign in to comment.