Skip to content

Commit

Permalink
console_timeout finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Nov 18, 2024
1 parent d0081c9 commit b8fe81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwci/tests/console_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def oneshot_test(self, board):
time.sleep(2) # Increased initialization wait time

# Simulate user input by writing to the serial port
test_input = b"Hello, Tock!"
test_input = b"Hello, Tock!\n"
serial.write(test_input)
logging.info(f"Sent test input: {test_input.decode('utf-8')}")

Expand Down

0 comments on commit b8fe81f

Please sign in to comment.