summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorLakshman Annadorai <lakshmana@google.com>2022-04-26 11:15:55 -0700
committerLakshman Annadorai <lakshmana@google.com>2022-04-26 11:16:02 -0700
commitc38ace5acbbee990f5e4bd094f509ee4856df9f8 (patch)
treefca74e91d6169f8d2dab7819ebd603cd3f042c88 /emulator/aosp_car_emulator.mk
parentbce487fbcc632d1afe3825900351a3ff787dc445 (diff)
downloadcar-c38ace5acbbee990f5e4bd094f509ee4856df9f8.tar.gz
Update watchdog health check timeout in emulator to 20 secs.
Test: m -j google-tradefed-all; tools/tradefederation/core/tradefed.sh \ run google/test/car/health/watchdog/car-watchdog-reliability.xml Bug: 221910481 Change-Id: I3d8d1123d93ee286a8f082ad554dbfb819fa88ce
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index e727007..c1d24bf 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -47,3 +47,4 @@ endif # BUILD_EMULATOR_CLUSTER_DISPLAY
PRODUCT_PRODUCT_PROPERTIES += \
ro.carwatchdog.vhal_healthcheck.interval=10 \
+ ro.carwatchdog.client_healthcheck.interval=20 \