Skip to content

Commit 3123839

Browse files
peter-mitsiscfriedt
authored andcommitted
tests: Increase sched_userspace timeout
Increase the sched_userspace timeout from the default of 60 seconds to 300 seconds to account for variations in execution time caused by host system load. (Variation observed on the qemu_cortex_a53/qemu_cortex_a53 platform.) Signed-off-by: Peter Mitsis <[email protected]>
1 parent e6ff6b0 commit 3123839

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/benchmarks/sched_userspace/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ tests:
66
- benchmark
77
- userspace
88
filter: CONFIG_ARCH_HAS_USERSPACE
9+
slow: true
910
arch_exclude:
1011
- posix
12+
timeout: 300
1113
harness: console
1214
harness_config:
13-
type: multi_line
15+
type: one_line
1416
regex:
1517
- "SUCCESS"

0 commit comments

Comments
 (0)