Skip to content

Commit

Permalink
chore(suite-native): longer timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed May 17, 2024
1 parent 6b97cdb commit e7a5554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/app/e2e/tests/onboardAndConnect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Go through onboarding and connect Trezor.', () => {

await waitFor(element(by.id('skip-view-only-mode')))
.toBeVisible()
.withTimeout(10000); // communication between connected Trezor and app takes some time.
.withTimeout(20000); // communication between connected Trezor and app takes some time.

await element(by.id('skip-view-only-mode')).tap();

Expand Down

0 comments on commit e7a5554

Please sign in to comment.