Commit 2c82330
tests: benchmarks: multicore: idle_spim_loopback: Add boot delay
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]>1 parent 75183ab commit 2c82330
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
0 commit comments