Skip to content

Commit ff46de7

Browse files
dcpleungnashif
authored andcommitted
tests: intel_adsp/smoke: wait longer for sched IPI
This lengthens the CPU_IPI_DELAY as some hardware require a bit more time for IDC to propagate. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent cdb77d8 commit ff46de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/boards/intel_adsp/smoke/src/smpboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define CPU_START_DELAY 10000
1313

1414
/* IPIs happen much faster than CPU startup */
15-
#define CPU_IPI_DELAY 100
15+
#define CPU_IPI_DELAY 250
1616

1717
BUILD_ASSERT(CONFIG_SMP);
1818
BUILD_ASSERT(CONFIG_SMP_BOOT_DELAY);

0 commit comments

Comments
 (0)