commit | 7148310e7e85ce4c0b033f139c4d5beb0e50484a | [log] [tgz] |
---|---|---|
author | Vikram Gaur <vikramgaur@google.com> | Wed Aug 30 06:35:36 2023 +0000 |
committer | Vikram Gaur <vikramgaur@google.com> | Wed Aug 30 17:52:49 2023 +0000 |
tree | 0507ef1762f47e68923d8ce5df7028df31577b3b | |
parent | 41628a591acf6952bc78715ca75985a0192cbeea [diff] |
Fix unit test case to not fail on concurrent runs When test cases are running and some other process requests key from RKP, getKeyWorker deletes all the keys that will expire within 1 hour. This sometimes causes problems if test case is running simultaneously. Increasing the fake key's expiry to 2 hours would prevent this key from being accidentally deleted. Bug: 297795072 Test: atest RkpdAppUnitTests Change-Id: I67b908ca745b04b5816a934495b0de204d0aa311