Skip to content

Commit 9b3a2f1

Browse files
teburdnashif
authored andcommitted
tests: hda_log: Increase timeout for testing
The tests can take a bit of time as they try and work with real world buffer settings and excercise wrapping the ring buffer many times. It's important to do this as the padding and wrapping code may have sharp edges that are better caught in a test. Signed-off-by: Tom Burdick <[email protected]>
1 parent 7c50ab1 commit 9b3a2f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/boards/intel_adsp/hda_log/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ common:
88
tests:
99
boards.intel_adsp.hda_log:
1010
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25
11+
timeout: 120
1112
boards.intel_adsp.hda_log.printk:
1213
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25
14+
timeout: 120
1315
extra_configs:
1416
- CONFIG_LOG_PRINTK=y
1517
boards.intel_adsp.hda_log.1cpu:
1618
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25
19+
timeout: 120
1720
extra_configs:
1821
- CONFIG_MP_NUM_CPUS=1

0 commit comments

Comments
 (0)