Skip to content

Commit

Permalink
Increase wait
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Sep 24, 2024
1 parent 4043fb8 commit fe18b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui-test/lightspeedUiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function lightspeedUIAssetsTest(): void {
);
webviewView = new WebviewView();
expect(webviewView).not.undefined;
await webviewView.switchToFrame(1000);
await webviewView.switchToFrame(5000);
});

after(async function () {
Expand Down

0 comments on commit fe18b8c

Please sign in to comment.