commit | a6150c8ec028a53182258792eb4ac1632b7b095a | [log] [tgz] |
---|---|---|
author | Amin Hassani <[email protected]> | Tue Dec 11 00:55:58 2018 |
committer | ChromeOS Commit Bot <[email protected]> | Wed Dec 12 18:14:15 2018 |
tree | 60891f8f3fc4ed11d5f6af5c902b4ef61e445efc | |
parent | 7f94c0d8da730d39566d7237750e1543c854a160 [diff] |
stateful_update: Increase the timeout stateful update timeout Daisy-stake devices are failing because it takes more than two minutes to unzip the update.tgz and write it to the stateful (It takes 2m51 on a DUT with the payload in /tmp). Increase this timeout so we don't hit this problem again if the size of the stateful update grows or the disk is slow. Also added check for the exit code of the call that does the actual work so we know if it fails for any other reason. BUG=chromium:912705 TEST=deployed to a DUT and stateful_update passed successfully. Change-Id: Ib7479f5b46be83fd0c2bdc062e42c211b1229c44 Reviewed-on: https://chromium-review.googlesource.com/1370869 Commit-Ready: Amin Hassani <[email protected]> Tested-by: Amin Hassani <[email protected]> Reviewed-by: David Haddock <[email protected]> Reviewed-by: Mike Frysinger <[email protected]> (cherry picked from commit 3e3f5d022658adfed300971592a345a2426f2f10) Reviewed-on: https://chromium-review.googlesource.com/c/1373952 Reviewed-by: Amin Hassani <[email protected]> Commit-Queue: Amin Hassani <[email protected]>