Skip to content

Commit

Permalink
test(android): increase time to expect getDatePickerAndroid to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Dec 2, 2022
1 parent 286d3b5 commit 5ef2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/e2e/detoxTest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('e2e tests', () => {

it(':android: when component unmounts, dialog is dismissed', async () => {
await elementById('showAndDismissPickerButton').tap();
await wait(1000);
await wait(3000);
await expect(getDatePickerAndroid()).toExist();
await wait(6000);

Expand Down

0 comments on commit 5ef2cec

Please sign in to comment.