commit | 42d7fc9b12e2d9673faf68772edb105d905b1a77 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Jan 19 13:38:27 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jan 19 14:24:17 2024 +0100 |
tree | 98877e17daa00b1f4708570266c97e26c0a54c71 | |
parent | e742dc88f51c1c63885ea3c7e507a852b6c4a3f5 [diff] |
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>
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