Skip to content

Commit 5ef2cec

Browse files
committed
test(android): increase time to expect getDatePickerAndroid to exist
1 parent 286d3b5 commit 5ef2cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/e2e/detoxTest.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ describe('e2e tests', () => {
250250

251251
it(':android: when component unmounts, dialog is dismissed', async () => {
252252
await elementById('showAndDismissPickerButton').tap();
253-
await wait(1000);
253+
await wait(3000);
254254
await expect(getDatePickerAndroid()).toExist();
255255
await wait(6000);
256256

0 commit comments

Comments
 (0)