[VD] Change ON_BOOT_TIMEOUT from 1500 to 500 09/299609/2
authorDongHyun Song <dh81.song@samsung.com>
Thu, 5 Oct 2023 08:49:55 +0000 (17:49 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Tue, 10 Oct 2023 04:35:42 +0000 (04:35 +0000)
Recently performance racing has been more heavy than on cold boot
time, so wrt-loader ready is delayed then before.

With chromium-efl.img direct mount solution, this patch makes
wrt-loader preparation more early.

Direct mount patch:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/299243/

Change-Id: I3480da937b4323bea12a52595f9f520c829c7938
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
packaging/wrt_tv.loader

index a9c6e46cfa224e6e720a46a89c9342bfe878a0b1..88eed92f7748037656c3bf956d50b482b5896bf9 100755 (executable)
@@ -8,4 +8,4 @@ CPU_THRESHOLD_MAX    20
 DETECTION_METHOD     TIMEOUT|DEMAND
 TIMEOUT              15000
 ON_BOOT              ON
-ON_BOOT_TIMEOUT      1500
+ON_BOOT_TIMEOUT      500