Extend the watchdog timeout of main thread
The watchdog was started earlier than before due to bug:129597207.
On the other hand, the main thread of system_server take much time to
update packages on ENG build. As a result, main thread can not
response to watchdog in time and trigger system_server_watchdog issue,
and then restart the system. Extend the timeout of main thread on ENG
build to avoid this.
BUG: 133275507
Test: build pass and boot to home screen successfully.
Change-Id: I9b0bf38317c34b6f635457c5eb2a5c2442ea3bd1
1 file changed