Fwk timeout for enable/disable should be greater than the max time PSS takes to enable/disable

Bug: 359928177
Test: basic esos
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c0c63a37813641d31618304b46686925b3a16ee7)
Merged-In: I2afa1d8115e2b95f48560427882282f8bf805cb0
Change-Id: I2afa1d8115e2b95f48560427882282f8bf805cb0
This commit is contained in:
Chinmay Dhodapkar 2024-08-14 23:52:28 +00:00 committed by Android Build Coastguard Worker
parent 0c136391ea
commit 1e343397d5

View file

@ -321,6 +321,12 @@
<!-- Telephony satellite service package name to bind to by default. -->
<string name="config_satellite_service_package">com.google.android.satellite</string>
<!-- The time duration in millis after which Telephony will stop waiting for the response of the
satellite enable request from modem, and send failure response to the client that has
requested Telephony to enable satellite.
-->
<integer name="config_wait_for_satellite_enabling_response_timeout_millis">240000</integer>
<!-- Telephony pointing UI package name to be launched. -->
<string name="config_pointing_ui_package">com.google.android.apps.scone</string>