qemuv8: rust.exp: set timeout to 10 seconds

There is no timeout specified in rust.exp. This makes the tests
unreliable, because depending on which tests have been run before, the
$timeout global variable may have different values. For example, it is
set to 900 by qemu-check.exp (the main file), but may be overriden by
trusted-keys.exp to 5 seconds. That's not enough in some cases, causing
the following error in optee_os CI:

 2024-01-19T11:58:23.5778720Z Running signature_verification-rs...
 2024-01-19T11:58:28.3431817Z !!! Timeout: Test failed

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: 98877e17daa00b1f4708570266c97e26c0a54c71
  1. .github/
  2. br-ext/
  3. fvp/
  4. imx/
  5. kconfigs/
  6. qemu_v8/
  7. rpi3/
  8. ti/
  9. versal/
  10. zynqmp/
  11. .gitignore
  12. am43xx.mk
  13. am57xx.mk
  14. common.mk
  15. dra7xx.mk
  16. fvp-psa-sp.mk
  17. fvp.mk
  18. get_clang.sh
  19. hikey.mk
  20. hikey960.mk
  21. imx.mk
  22. juno.mk
  23. poplar.mk
  24. qemu-check.exp
  25. qemu.mk
  26. qemu_v8.mk
  27. README.md
  28. rockpi4.mk
  29. rpi3.mk
  30. rust.exp
  31. soc_term.py
  32. stm32mp1.mk
  33. synquacer.mk
  34. toolchain.mk
  35. trusted-keys.exp
  36. trusted-services.mk
  37. verdin.mk
  38. versal.mk
  39. zynqmp.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers