Skip to content

Commit 9919c14

Browse files
ajelinskinashif
authored andcommitted
m2gl025_miv: Double the test timeouts
The `m2gl025_miv` board needs more time to complete these tests with Renode. Signed-off-by: Adam Jeliński <[email protected]>
1 parent 86ca5ff commit 9919c14

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/benchmarks/sys_kernel/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tests:
33
arch_exclude: nios2 xtensa
44
min_ram: 32
55
tags: benchmark
6+
timeout: 120

tests/crypto/mbedtls/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ common:
22
min_flash: 65
33
min_ram: 36
44
tags: crypto mbedtls userspace
5-
timeout: 200
5+
timeout: 400
66
tests:
77
crypto.mbedtls:
88
arch_exclude: riscv64

tests/posix/common/testcase.yaml

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

67
tests:
78
portability.posix.common:

0 commit comments

Comments
 (0)