commit | 6b463186fc583c168c899459fbfa468c3fee08cd | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 19 07:57:41 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:39:57 2016 -0400 |
tree | 8e1448aa00010d120c79c42fcc305ed5661bbf53 | |
parent | 2c08fc739287b5867bcb659fc64e184a240d4666 [diff] |
test/py: Support setting up specific timeout Large file transfers, flash erasing and more complicated tests requires more time to finish. Provide a way to setup specific timeout directly in test. For example description for 50s test: timeout = 50000 with u_boot_console.temporary_timeout(timeout): u_boot_console.run_command(...) Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>