Skip to content

Commit 6d038d3

Browse files
wearyzenkartben
authored andcommitted
boards: arm: mps3: fix intermittent ci failures
FVP's are functionally accurate but not cycle accurate which is different from QEMU which prefers speed over accuracy. This sometimes leads to intermittent test failures with FVP which would otherwise pass with QEMU. The intermittent failed tests are successful on retries however, adding a timeout_multiplier would reduce the chance of failures so we set the timeout_multiplier to a value which will avoid the issue. Fixes #90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
1 parent 045c6e4 commit 6d038d3

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

boards/arm/mps3/mps3_corstone300_fvp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ supported:
1717
- gpio
1818
testing:
1919
default: true
20+
timeout_multiplier: 4
2021
ignore_tags:
2122
- bluetooth
2223
- net

boards/arm/mps3/mps3_corstone300_fvp_ns.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
1+
# Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: mps3/corstone300/fvp/ns
@@ -12,5 +12,6 @@ toolchain:
1212
- zephyr
1313
testing:
1414
default: true
15+
timeout_multiplier: 4
1516
only_tags:
1617
- trusted-firmware-m

boards/arm/mps3/mps3_corstone310_fvp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ supported:
1717
- gpio
1818
testing:
1919
default: true
20+
timeout_multiplier: 4
2021
ignore_tags:
2122
- drivers
2223
- bluetooth

boards/arm/mps3/mps3_corstone310_fvp_ns.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
1+
# Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: mps3/corstone310/fvp/ns
@@ -12,5 +12,6 @@ toolchain:
1212
- zephyr
1313
testing:
1414
default: true
15+
timeout_multiplier: 4
1516
only_tags:
1617
- trusted-firmware-m

0 commit comments

Comments
 (0)