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

Commit ceebcc10 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Increase base config seq for test

In case the device has run thousands of tests without reboot.
If the config seq number is larger than the test seq, the test
configuration won't be applied.

Bug: 299248243
Test: ActivityThreadTest
Change-Id: I7cb381efd6c41045538892962eafafb76a687877
parent ed35afbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,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 =