Skip to content

Commit 51e22cd

Browse files
committed
tweak test
1 parent 84ae978 commit 51e22cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ else if (cur_act.equals("SetPasswordActivity"))
210210
// now press the video call button
211211
onView(withId(R.id.ml_video_icon)).perform(click());
212212
screenshot("006");
213-
wait_(1);
213+
wait_(10);
214214

215215
screenshot("007");
216216
wait_(10);
@@ -220,7 +220,7 @@ else if (cur_act.equals("SetPasswordActivity"))
220220
wait_(1);
221221
screenshot("008");
222222

223-
wait_(120);
223+
wait_(10);
224224
screenshot("099");
225225
}
226226

0 commit comments

Comments
 (0)