From 2fb8acd73b67cacb0673a62ce0690df9c8931506 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 19 Jul 2016 09:38:58 +0200 Subject: [PATCH] test/py: net_boot: Align timeout for reaching prompt Align the first test with the second one to have the same timeout. Signed-off-by: Michal Simek --- test/py/tests/test_net_boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/tests/test_net_boot.py b/test/py/tests/test_net_boot.py index 7b3a7741bdd..30a4efd98ec 100644 --- a/test/py/tests/test_net_boot.py +++ b/test/py/tests/test_net_boot.py @@ -35,7 +35,7 @@ def test_net_tftpboot_boot(u_boot_console): if not addr: addr = u_boot_utils.find_ram_base(u_boot_console) - timeout = 3000 + timeout = 50000 with u_boot_console.temporary_timeout(timeout): try: # wait_for_prompt=False makes the core code not wait for the U-Boot -- 2.47.3