From 9ad20a59934d3fff63f4503341d67b228fa36c3a Mon Sep 17 00:00:00 2001 From: charles37 Date: Tue, 19 Nov 2024 00:40:24 -0500 Subject: [PATCH] test --- hwci/tests/console_timeout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hwci/tests/console_timeout.py b/hwci/tests/console_timeout.py index 0c73fd7..741ace5 100644 --- a/hwci/tests/console_timeout.py +++ b/hwci/tests/console_timeout.py @@ -22,6 +22,7 @@ def oneshot_test(self, board): test_input = b"Hello, Tock!" serial.write(test_input) logging.info(f"Sent test input: {test_input.decode('utf-8')}") + time.sleep(7) # takes 5 seconds for message to appear # Wait for the expected output from the application logging.info("Waiting for the application to output the result...")