Skip to content

Commit

Permalink
fix(dut-factory): Add a short delay in _listen() loop to prevent data…
Browse files Browse the repository at this point in the history
… missing
  • Loading branch information
erhankur committed Jan 19, 2025
1 parent 21a9732 commit 6821cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest-embedded/pytest_embedded/dut_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def _listen(q: MessageQueue, filepath: str, with_timestamp: bool = True, count:

_stdout.write(_s)
_stdout.flush()
time.sleep(0.1)


def _listener_gn(msg_queue, _pexpect_logfile, with_timestamp, dut_index, dut_total) -> multiprocessing.Process:
Expand Down

0 comments on commit 6821cb9

Please sign in to comment.