Skip to content

Commit 181405f

Browse files
Flavio Ceolinhenrikbrixandersen
authored andcommitted
tests: syscalls: Reduce sleep time on Intel audio DSP simulators
Reduce the sleep time in the torture test for Intel audio DSP simulator. The current amount of time makes this test to take a long long time to finish causing problems on CI. Signed-off-by: Flavio Ceolin <[email protected]> Signed-off-by: Daniel Leung <[email protected]>
1 parent d7a45a2 commit 181405f

File tree

1 file changed

+3
-0
lines changed
  • tests/kernel/mem_protect/syscalls/src

1 file changed

+3
-0
lines changed

tests/kernel/mem_protect/syscalls/src/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
#if defined(CONFIG_BOARD_FVP_BASE_REVC_2XAEMV8A)
1717
#define SLEEP_MS_LONG 30000
18+
#elif defined(CONFIG_BOARD_INTEL_ADSP_ACE30_PTL_SIM) || \
19+
defined(CONFIG_BOARD_INTEL_ADSP_ACE40_NVL_SIM)
20+
#define SLEEP_MS_LONG 300
1821
#else
1922
#define SLEEP_MS_LONG 15000
2023
#endif

0 commit comments

Comments
 (0)