commit | 2b0dafd500c5f2c69acbcda80a958e7b8e9d2f57 | [log] [tgz] |
---|---|---|
author | Praveen Chavan <pchavan@codeaurora.org> | Wed Sep 09 12:08:46 2015 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Oct 06 03:25:00 2015 -0600 |
tree | 9e7ca94a25f2cad8e157b2794aa8b5a8ccc7cee1 | |
parent | 831a6bb5319b51759b0b059c1f29635801102caa [diff] |
Stagefright: Delay the force-shutdown of node after 10 seconds since the node can take more than (default) 3 seconds to transition to Exec --> Idle -> Loaded. In the event of freeing node before the component has transitioned to loaded, there may be race-conditions trying to invoke methods on a non-existant component and bad things can happen. Increase timeout to 10 seconds till the checks are in place. Change-Id: I97f698422dfe99b47b3bafb605b642a247b44110 CRs-Fixed: 884165