You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_serial_dos ensures that the internal FIFO buffer used for storing
the bytes to be written does not grow indefinitely. Some times during
the test we observe small allocations that make the assertion fail.
Add some tolerance to the test (1%) to avoid false positives.
Signed-off-by: Babis Chalios <[email protected]>
0 commit comments