Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Nov 19, 2024
1 parent 2f79ef9 commit 9ad20a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hwci/tests/console_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down

0 comments on commit 9ad20a5

Please sign in to comment.