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
Some test cases were using too short TX timeout (1 ms). Transfer setup
(waiting for receiver being ready) can take more than 1ms and if
timeout is too short then TX may expire before it is even started.
Added a fixed timeout in the test. It is used for all test cases.
Signed-off-by: Krzysztof Chruściński <[email protected]>
0 commit comments