]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test/py: net_boot: Align timeout for reaching prompt
authorMichal Simek <michal.simek@xilinx.com>
Tue, 19 Jul 2016 07:38:58 +0000 (09:38 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 25 Jul 2016 06:00:41 +0000 (08:00 +0200)
Align the first test with the second one to have the same timeout.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_net_boot.py

index 7b3a7741bdd0ee4595e538451dfd0385f1845703..30a4efd98ecba69cd343efe3abc10c1dc8d81b9e 100644 (file)
@@ -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