Home
last modified time | relevance | path

Searched hist:"87861 c1970d9e1c475e62304b8e249aa3edf8c39" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py87861c1970d9e1c475e62304b8e249aa3edf8c39 Thu May 19 05:57:41 UTC 2016 Michal Simek <michal.simek@xilinx.com> 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>