Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19853673 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Increase base config seq for test" into main

parents d0f5b298 ceebcc10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class ActivityThreadTest {

    // The first sequence number to try with. Use a large number to avoid conflicts with the first a
    // few sequence numbers the framework used to launch the test activity.
    private static final int BASE_SEQ = 10000;
    private static final int BASE_SEQ = 10000000;

    @Rule
    public final ActivityTestRule<TestActivity> mActivityTestRule =