Skip to content

Commit

Permalink
fix: 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 8, 2024
1 parent 2146cf3 commit 6a19e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions e2e/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ export const launchAndWait = async () => {
continue;
}
}

await sleep(5000);
};
1 change: 0 additions & 1 deletion e2e/settings.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ d('Settings', () => {

beforeEach(async () => {
await launchAndWait();
await sleep(5000);
});

d('General', () => {
Expand Down

0 comments on commit 6a19e46

Please sign in to comment.