Skip to content

Commit b45d4d1

Browse files
gchwierrlubos
authored andcommitted
tests: mcuboot.direct_xip.with_revert extend timeout
Extend timeout for upgrade testing on nrf54H. After adding ipc radio core, tests can take more than 900s. Marked also one test as nighlty Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent ea4e367 commit b45d4d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/subsys/bootloader/upgrade/pytest/test_direct_xip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import logging
1010
from pathlib import Path
1111

12+
import pytest
13+
1214
from required_build import RequiredBuild
1315
from twister_harness import DeviceAdapter, MCUmgr, Shell
1416
from twister_harness.helpers.utils import find_in_config
@@ -150,6 +152,7 @@ def test_direct_xip_upgrade_with_revert(self, dut: DeviceAdapter, shell: Shell,
150152
# loaded original app from the primary slot
151153
tm.verify_direct_xip_primary_slot_loaded(version=tm.origin_mcuboot_version)
152154

155+
@pytest.mark.nightly
153156
def test_direct_xip_upgrade_multiple(self, dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):
154157
"""Verify that the application can be updated multiple times.
155158

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ tests:
139139
- FILE_SUFFIX=direct_xip
140140

141141
mcuboot.direct_xip.with_revert:
142-
timeout: 900
142+
timeout: 1200
143143
tags:
144144
- direct_xip
145145
platform_allow:

0 commit comments

Comments
 (0)