Skip to content

Commit 83ec6bc

Browse files
WIP on 0.2.X
1 parent 5d28083 commit 83ec6bc

File tree

1 file changed

+3
-3
lines changed
  • android-app/src/androidTest/java/net/heretical_camelid/transit_emv_checker/android_app

1 file changed

+3
-3
lines changed

android-app/src/androidTest/java/net/heretical_camelid/transit_emv_checker/android_app/TECTestSuiteBase.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ public class TECTestSuiteBase {
6464
static final Logger LOGGER = LoggerFactory.getLogger(TEC_UiTestSuite.class);
6565
private static final String TEC_ANDROID_APP_PACKAGE =
6666
"net.heretical_camelid.transit_emv_checker.android_app";
67-
private static final int _LAUNCH_TIMEOUT_SECONDS = 10;
67+
private static final int _LAUNCH_TIMEOUT_SECONDS = 15;
6868
// At any point where we are waiting for a UI element to
6969
// appear, we use this timeout
70-
private static final int _UI_APPEAR_TIMEOUT_SECONDS = 10;
70+
private static final int _UI_APPEAR_TIMEOUT_SECONDS = 15;
7171
// At any point where we are waiting for a UI element to change
7272
// state, we use this unconditional sleep
73-
protected static final int _UI_CHANGE_SLEEP_SECONDS = 1;
73+
protected static final int _UI_CHANGE_SLEEP_SECONDS = 3;
7474
protected UiDevice mDevice;
7575

7676
static Matcher<View> childAtPosition(

0 commit comments

Comments
 (0)