diff options
| -rw-r--r-- | services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java b/services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java index 0d826dfd2467..4a43c2e6c180 100644 --- a/services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java +++ b/services/tests/servicestests/src/com/android/server/pm/BackgroundInstallControlServiceTest.java @@ -660,7 +660,7 @@ public final class BackgroundInstallControlServiceTest { ApplicationInfo.class.getDeclaredField("createTimestamp"), // create timestamp is after generated foreground events (hence not considered // foreground install) - convertToTestAdjustTimestamp(USAGE_EVENT_TIMESTAMP_2 + 1)); + convertToTestAdjustTimestamp(USAGE_EVENT_TIMESTAMP_2 + 100000)); int uid = USER_ID_1 * UserHandle.PER_USER_RANGE; assertEquals(USER_ID_1, UserHandle.getUserId(uid)); |