Skip to content

Commit 8ceb415

Browse files
committed
samples: bluetooth: peripheral_power_profiling: adjust timeouts
Extend timeout to fit all tests. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent cc31127 commit 8ceb415

File tree

1 file changed

+5
-5
lines changed
  • samples/bluetooth/peripheral_power_profiling

1 file changed

+5
-5
lines changed

samples/bluetooth/peripheral_power_profiling/sample.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests:
4949
fixture: ppk_power_measure
5050
pytest_root:
5151
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_54L_ble_power_profiling"
52-
timeout: 90
52+
timeout: 120
5353

5454
sample.bluetooth.peripheral_power_profiling.auto_conn_advert_lfrc_8dBm_100ms:
5555
sysbuild: true
@@ -73,7 +73,7 @@ tests:
7373
fixture: ppk_power_measure
7474
pytest_root:
7575
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_54L_ble_power_profiling"
76-
timeout: 90
76+
timeout: 120
7777

7878
sample.bluetooth.peripheral_power_profiling.auto_conn_advert_lfxo_0dBm_100ms:
7979
sysbuild: true
@@ -97,7 +97,7 @@ tests:
9797
fixture: ppk_power_measure
9898
pytest_root:
9999
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_54L_ble_power_profiling"
100-
timeout: 90
100+
timeout: 120
101101

102102
sample.bluetooth.peripheral_power_profiling.auto_conn_advert_lfxo_8dBm_100ms:
103103
sysbuild: true
@@ -121,7 +121,7 @@ tests:
121121
fixture: ppk_power_measure
122122
pytest_root:
123123
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_54L_ble_power_profiling"
124-
timeout: 90
124+
timeout: 120
125125

126126
sample.bluetooth.peripheral_power_profiling.auto_non_conn_advert_lfxo_0dbm_100ms:
127127
sysbuild: true
@@ -145,4 +145,4 @@ tests:
145145
fixture: ppk_power_measure
146146
pytest_root:
147147
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_54L_ble_power_profiling"
148-
timeout: 120
148+
timeout: 150

0 commit comments

Comments
 (0)