Skip to content

Commit

Permalink
Update test/e2e/accounts/common.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
montelaidev and ccharly authored Jul 26, 2024
1 parent 60bba26 commit 278dba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/accounts/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ export async function createBtcAccount(driver: Driver) {
text: 'Create',
tag: 'button',
},
// Longer timeout than usual, this reduces the flakiness
// around Bitcoin account creation (mainly required for
// Firefox)
5000,
);
}

0 comments on commit 278dba6

Please sign in to comment.