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
Pytest requires the first captured state to be low power state.
Due to internal test framework delays, Pytest collects last ~27 ms
of the idle state. Then MCU wakes up. As a result some Idle tests
started to randomly fail.
Add arbitrary delay at the beginning of main so the first wake up
happens later.
Signed-off-by: Sebastian Głąb <[email protected]>
0 commit comments