diff --git a/tests/test_client.py b/tests/test_client.py index f198a44c..d9f16f74 100755 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -382,8 +382,8 @@ def test_get_param(self) -> None: self.assertRaises(Exception, self.client.get_param, non_client) def test_as_copy_ram_to_rom(self) -> None: - response = self.client.as_copy_ram_to_rom(timeout=1) - self.client.wait_as_completion(1100) + response = self.client.as_copy_ram_to_rom(timeout=2) + self.client.wait_as_completion(2000) self.assertEqual(0, response) def test_as_ct_read(self) -> None: