The llext-edk test case is timing out on some workloads, so increase the timeout to 120 seconds to accommodate longer execution times. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
11 lines
184 B
YAML
11 lines
184 B
YAML
tests:
|
|
misc.edk.pytest:
|
|
harness: pytest
|
|
tags:
|
|
- pytest
|
|
- edk
|
|
platform_allow:
|
|
- qemu_cortex_r5
|
|
toolchain_exclude: llvm
|
|
timeout: 120 # See #85662
|