From aa924196f44af8cd95b49e0dd41e5068a94ad6bc Mon Sep 17 00:00:00 2001 From: charles37 Date: Wed, 13 Nov 2024 14:10:15 -0500 Subject: [PATCH] decrease wait time in console_timeout --- hwci/tests/console_timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwci/tests/console_timeout.py b/hwci/tests/console_timeout.py index 18332df..58d9160 100644 --- a/hwci/tests/console_timeout.py +++ b/hwci/tests/console_timeout.py @@ -16,7 +16,7 @@ def oneshot_test(self, board): # Wait for the application to initialize logging.info("Waiting for the application to initialize...") - time.sleep(10) # Increased initialization wait time + time.sleep(2) # Increased initialization wait time # Simulate user input by writing to the serial port test_input = b"Hello, Tock!"