]> Git Repo - J-u-boot.git/commit
test/py: Support setting up specific timeout
authorMichal Simek <[email protected]>
Thu, 19 May 2016 05:57:41 +0000 (07:57 +0200)
committerTom Rini <[email protected]>
Fri, 27 May 2016 19:39:57 +0000 (15:39 -0400)
commit87861c1970d9e1c475e62304b8e249aa3edf8c39
tree8e1448aa00010d120c79c42fcc305ed5661bbf53
parentc9cfac5d3023e9b2993578400fbc7f03aa6919af
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 <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
test/py/u_boot_console_base.py
This page took 0.033911 seconds and 4 git commands to generate.