tests: llext-edk: increase test timeout

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>
This commit is contained in:
Luca Burelli 2025-06-06 09:58:25 +02:00 committed by Benjamin Cabé
commit 204a1cf30d

View file

@ -7,3 +7,4 @@ tests:
platform_allow: platform_allow:
- qemu_cortex_r5 - qemu_cortex_r5
toolchain_exclude: llvm toolchain_exclude: llvm
timeout: 120 # See #85662