Skip to content

Commit

Permalink
decrease wait time in console_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Nov 13, 2024
1 parent af40129 commit aa92419
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 @@ -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!"
Expand Down

0 comments on commit aa92419

Please sign in to comment.