Skip to content

Commit 54d9311

Browse files
nordic-baminordic-piks
authored andcommitted
tests: benchmarks: Extend timeouts for I/O multicore benchmarks
These are tested with supply voltages and require more time to execute. Signed-off-by: Bartosz Miller <[email protected]>
1 parent d580293 commit 54d9311

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

tests/benchmarks/multicore/idle_exmif/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tests:
1919
fixture: ppk_power_measure
2020
pytest_root:
2121
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_exmif_and_s2ram"
22+
timeout: 90
2223

2324
benchmarks.multicore.idle_exmif.nrf54h20dk_cpuapp_cpurad.coverage:
2425
tags:

tests/benchmarks/multicore/idle_hpu_temp_meas/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tests:
1818
fixture: ppk_power_measure
1919
pytest_root:
2020
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_hpu_feature"
21-
timeout: 120
21+
timeout: 160

tests/benchmarks/multicore/idle_spim/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tests:
2121
fixture: pca63566
2222
pytest_root:
2323
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_spim"
24+
timeout: 90
2425

2526
benchmarks.multicore.idle_spim.nrf54h20dk_cpuapp_cpurad.coverage:
2627
tags:

tests/benchmarks/multicore/idle_twim/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tests:
2121
fixture: pca63566
2222
pytest_root:
2323
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_twim_gated"
24+
timeout: 90
2425

2526
benchmarks.multicore.idle_twim.nrf54h20dk_cpuapp_cpurad.coverage:
2627
tags:

tests/benchmarks/multicore/idle_uarte/testcase.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tests:
2121
fixture: gpio_loopback
2222
pytest_root:
2323
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
24+
timeout: 90
2425

2526
benchmarks.multicore.idle_uarte.fast.nrf54h20dk_cpuapp_cpurad.s2ram:
2627
tags:
@@ -40,6 +41,7 @@ tests:
4041
fixture: gpio_loopback
4142
pytest_root:
4243
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
44+
timeout: 90
4345

4446
benchmarks.multicore.idle_uarte.fast.nrf54h20dk_cpuapp_cpurad.s2ram.remote_gd_freq_switching:
4547
tags:
@@ -60,6 +62,7 @@ tests:
6062
fixture: gpio_loopback
6163
pytest_root:
6264
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
65+
timeout: 90
6366

6467
benchmarks.multicore.idle_uarte.fast.gd_freq_256MHz.nrf54h20dk_cpuapp_cpurad.s2ram:
6568
tags:
@@ -80,6 +83,7 @@ tests:
8083
fixture: gpio_loopback
8184
pytest_root:
8285
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
86+
timeout: 90
8387

8488
benchmarks.multicore.idle_uarte.fast.gd_freq_128MHz.nrf54h20dk_cpuapp_cpurad.s2ram:
8589
tags:
@@ -100,6 +104,7 @@ tests:
100104
fixture: gpio_loopback
101105
pytest_root:
102106
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
107+
timeout: 90
103108

104109
benchmarks.multicore.idle_uarte.fast.gd_freq_64MHz.nrf54h20dk_cpuapp_cpurad.s2ram:
105110
tags:
@@ -120,6 +125,7 @@ tests:
120125
fixture: gpio_loopback
121126
pytest_root:
122127
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
128+
timeout: 90
123129

124130
benchmarks.multicore.idle_uarte.fast.gd_freq_switching.nrf54h20dk_cpuapp_cpurad.s2ram:
125131
tags:
@@ -140,6 +146,7 @@ tests:
140146
fixture: gpio_loopback
141147
pytest_root:
142148
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte"
149+
timeout: 90
143150

144151
benchmarks.multicore.idle_uarte.automatic_pm.nrf54h20dk_cpuapp_cpurad.s2ram:
145152
tags:
@@ -163,6 +170,7 @@ tests:
163170
fixture: gpio_loopback
164171
pytest_root:
165172
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte_log_enabled"
173+
timeout: 90
166174

167175
benchmarks.multicore.idle_uarte.nrf54h20dk_cpuapp_cpurad.coverage:
168176
tags:

0 commit comments

Comments
 (0)