Skip to content

Commit

Permalink
Address latest e2e flakes (#95)
Browse files Browse the repository at this point in the history
* Address latest e2e flakes

* changelog
  • Loading branch information
infiniteregrets authored Dec 24, 2023
1 parent e0102f1 commit 06f1e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+e2e-flake.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Address latest e2e flakes
2 changes: 1 addition & 1 deletion src/tests/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe("mirrord sample flow test", function() {
const panel = new BottomBarPanel();
await browser.driver.wait(async () => {
return await debugToolbar.isDisplayed();
}, 2 * defaultTimeout, "debug toolbar not found -- timed out");
}, 4 * defaultTimeout, "debug toolbar not found -- timed out");


let terminal = await panel.openTerminalView();
Expand Down

0 comments on commit 06f1e6e

Please sign in to comment.