Skip to content

Commit f2ae4b6

Browse files
manuarguecarlescufi
authored andcommitted
tests: samples: bump timeout for FVP BaseR board
Timeout must be increased for fvp_baser_aemv8r_aarch32 board. Enabling MPU on this board makes simulation slower. Signed-off-by: Manuel Arguelles <[email protected]>
1 parent be8c7e5 commit f2ae4b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

samples/subsys/rtio/sensor_batch_processing/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tests:
55
tags: rtio
66
integration_platforms:
77
- native_posix
8+
timeout: 120
89
harness: console
910
harness_config:
1011
type: multi_line

tests/kernel/workq/critical/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
common:
22
tags: kernel
3+
timeout: 60
34

45
tests:
56
kernel.workqueue.critical:

tests/posix/common/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ common:
22
arch_exclude: posix
33
tags: posix
44
min_ram: 64
5-
timeout: 120
5+
timeout: 600
66

77
tests:
88
portability.posix.common:

0 commit comments

Comments
 (0)