Skip to content

Commit 8cc5879

Browse files
authored
Merge pull request #334 from erhankur/fix/listener_process
Fix Missing Serial Data Under Heavy Load (RDT-1099)
2 parents 21a9732 + 6821cb9 commit 8cc5879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest-embedded/pytest_embedded/dut_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def _listen(q: MessageQueue, filepath: str, with_timestamp: bool = True, count:
8787

8888
_stdout.write(_s)
8989
_stdout.flush()
90+
time.sleep(0.1)
9091

9192

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

0 commit comments

Comments
 (0)