-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing imx6 recovery install timeout issue
Description: Due to different platform has different install and system boot time, hard coding timeout to 600 is not appropriate, should support assign timeout to device system boot checking. howto: in job.yaml provide provision_data: boot_timeout: <time in second> Resolved issues: Fixing imx6 recovery install timeout issue Documentation: N/A Web service API changes: N/A Tests submit task yaml with boot_timeout and verified boot timeout can be updated Signed-off-by: ChunAn Wu <an.wu@canonical.com>
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters