mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing/pm_smp: add more delay, avoid idle canot run one cycle
If the host performance low, possible not able to enter idle thread, cause case break. Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
df9fe43cc9
commit
0f8bca6d8f
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@
|
|||
|
||||
#define TEST_PM_LOOP_COUNT 5
|
||||
|
||||
#define TEST_STAYTIMEOUT 2 /* in ms */
|
||||
#define TEST_STAYTIMEOUT 20 /* in ms */
|
||||
|
||||
#define TEST_SNAP_TICK_MAX 3
|
||||
#define TEST_SNAP_TICK_MAX 5
|
||||
|
||||
#define TEST_TIMEOUT_ENABLED 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue