Skip to content

Commit

Permalink
Added fake read in test waiting for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
samsamfire committed Dec 3, 2023
1 parent cbb9b74 commit 331aac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_sdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,12 @@ def test_sdo_block_upload_crc_invalid(node: canopen.RemoteNode):
# Mess up CRC
stream._crc.process(b"randomdata")
stream.close()

# Sleep because of bug in end of transmission
# PR oppened
time.sleep(0.5)
with node.sdo.open(index=0x200F, subindex=0x0, request_crc_support=True):
return


# def test_sdo_block_upload_retransmit(node: canopen.RemoteNode):
Expand Down

0 comments on commit 331aac2

Please sign in to comment.