Skip to content

Commit 5d8c373

Browse files
committed
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>
1 parent 1621aab commit 5d8c373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/drivers/drivertest/drivertest_pm_smp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646

4747
#define TEST_PM_LOOP_COUNT 5
4848

49-
#define TEST_STAYTIMEOUT 2 /* in ms */
49+
#define TEST_STAYTIMEOUT 20 /* in ms */
5050

51-
#define TEST_SNAP_TICK_MAX 3
51+
#define TEST_SNAP_TICK_MAX 5
5252

5353
#define TEST_TIMEOUT_ENABLED 1
5454

0 commit comments

Comments
 (0)