apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
263 stars 488 forks source link

pm_rumtime: test shorten time, make compatible with SMP. #2418

Closed jasonbu closed 2 weeks ago

jasonbu commented 2 weeks ago

Summary

sleep(3) * 10 times used 30s, for test case don't have to use that long time.

when SMP, when workq task priority will not 100% percent suspend the current thread, will cause the pm_runtime_set_autosuspenddelay(, 0) case failed.

Impact

None.

Testing

CI-test