From c3660a934fd6c953cb48872dee8d45840dd0db05 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 1 Feb 2024 13:23:46 +0400 Subject: [PATCH] Typo fix --- test/functional/test_framework/wallet_cli_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test_framework/wallet_cli_controller.py b/test/functional/test_framework/wallet_cli_controller.py index 51e7df9174..2b02038dc7 100644 --- a/test/functional/test_framework/wallet_cli_controller.py +++ b/test/functional/test_framework/wallet_cli_controller.py @@ -127,7 +127,7 @@ async def _read_available_output(self) -> str: return result except Exception as e: - self.log.error(f"read tiemout '{e}'") + self.log.error(f"read timeout '{e}'") self.wallet_commands_file.write(b"read from stdout timedout\n") return ''