Skip to content

Commit 7ba698a

Browse files
committed
tests: extend timeout to 600 seconds
Extended twister timeout for samples where additional boards has been added. Signed-off-by: Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no>
1 parent 677efd0 commit 7ba698a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tests/subsys/bootloader/upgrade/mcuboot_recovery_retention/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
tags:
1717
- pytest
1818
- dfu
19-
timeout: 300
19+
timeout: 600
2020
harness: pytest
2121
harness_config:
2222
pytest_root:
@@ -41,7 +41,7 @@ tests:
4141
tags:
4242
- pytest
4343
- dfu
44-
timeout: 300
44+
timeout: 600
4545
harness: pytest
4646
harness_config:
4747
pytest_root:

tests/subsys/kmu/hello_for_kmu/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tests:
1616
- bm_nrf54lm20dk/nrf54lm20a/cpuapp/s145_softdevice/mcuboot
1717
tags:
1818
- kmu
19+
timeout: 600
1920
harness: console
2021
harness_config:
2122
type: one_line
@@ -41,7 +42,7 @@ tests:
4142
tags:
4243
- pytest
4344
- kmu
44-
timeout: 300
45+
timeout: 600
4546
harness: pytest
4647
harness_config:
4748
pytest_root:

0 commit comments

Comments
 (0)