Skip to content

Commit

Permalink
test: fix tron tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Jan 8, 2025
1 parent 6c2cdb4 commit 130a731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/e2e/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export async function launchApp() {
launchArgs: {
wsPort: port,
detoxURLBlacklistRegex:
'\\(".*sdk.*.braze.*",".*.googleapis.com/.*",".*clients3.google.com.*"\\)',
'\\(".*sdk.*.braze.*",".*.googleapis.com/.*",".*clients3.google.com.*",".*tron.coin.ledger.com/wallet/getBrokerage.*)\\',
mock: getEnv("MOCK") ? getEnv("MOCK") : "0",
disable_broadcast: getEnv("DISABLE_TRANSACTION_BROADCAST")
? getEnv("DISABLE_TRANSACTION_BROADCAST")
Expand Down

0 comments on commit 130a731

Please sign in to comment.