File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/sasquatch/src/androidTest/java/com/microsoft/appcenter/sasquatch/activities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class AnalyticsTest {
4141 /**
4242 * The same setting as SDK that is package private. Module default batching interval.
4343 */
44- private static final int DEFAULT_TRIGGER_INTERVAL = 3000 ;
44+ private static final int DEFAULT_TRIGGER_INTERVAL = 5000 ;
4545
4646 @ Rule
4747 public final ActivityTestRule <MainActivity > mActivityTestRule = new ActivityTestRule <>(MainActivity .class );
Original file line number Diff line number Diff line change 3030public final class EspressoUtils {
3131
3232 public static final int CHECK_DELAY = 50 ;
33- public static final int TOAST_DELAY = 2000 ;
33+ public static final int TOAST_DELAY = 3000 ;
3434
3535 private EspressoUtils () {
3636 }
You can’t perform that action at this time.
0 commit comments