From f4da86689382131eaa806d7f2e695d584a676ec5 Mon Sep 17 00:00:00 2001 From: Gijs Molenaar Date: Sat, 2 Nov 2024 12:00:32 +0200 Subject: [PATCH] wait longer --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index d9f16f74..f9f03111 100755 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -714,7 +714,7 @@ def test_as_tm_write(self) -> None: def test_copy_ram_to_rom(self) -> None: # Cli_CopyRamToRom - self.assertEqual(0, self.client.copy_ram_to_rom(timeout=1)) + self.assertEqual(0, self.client.copy_ram_to_rom(timeout=2)) def test_ct_read(self) -> None: # Cli_CTRead