Request timeout should be extended to 120 from 60

There could be some apps check resources when a new app is installed
These apps can try to get access earlier than the CTS
inc-fs read timeout is 10 sec, but it works like synchronous and blocking operation
So, it can take more than 60 sec to be crashed by the SIGBUS error

(This is a cherry-pick of: aosp/2069867)

Bug: 229848022
Fixes: 229848022
Test: run cts -m CtsContentTestCases -t android.content.pm.cts.ResourcesHardeningTest#checkGetIdentifierRemote

Signed-off-by: Kilyoung Shin <gilbert.shin@samsung.com>
Change-Id: Ie8230641711f2d8699eb52e50997df1a96c99225
1 file changed