Skip to content

Commit 585f410

Browse files
authored
chore: tweak android e2e test (#413)
1 parent bd79efe commit 585f410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/e2e/detoxTest.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe('Example', () => {
199199

200200
it(':android: when component unmounts, dialog is dismissed', async () => {
201201
await elementById('showAndDismissPickerButton').tap();
202-
await wait(3000);
202+
await wait(1000);
203203
await expect(getDatePickerAndroid()).toExist();
204204
await wait(6000);
205205

0 commit comments

Comments
 (0)