commit | a5f80520d7eae0c7cdb9e67039e7a3c199095f5e | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Mar 26 12:44:08 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Mar 27 12:04:50 2024 +0100 |
tree | 2f8fea3d9e4d5d73b736354be89e922ec5b71a48 | |
parent | e9b90f001f56c7351b440a20a8319f7b5e441525 [diff] |
qemuv8: rust.exp: increase timeout to 60 seconds A timeout of 10 seconds is enough in most cases, but for some debug configurations where OP-TEE runs very slowly ([1], [2]) the signature_verification-rs test may not complete in time. Therefore increase the timeout to 60 seconds. I have seen the signature test take 38 seconds on my build machine with configuration [2]. [1] make check CHECK_TESTS=rust \ CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFLAGS_ta_arm64=-pg [2] make check CHECK_TESTS=rust \ CFG_CORE_DEBUG_CHECK_STACKS=y CFG_STACK_THREAD_EXTRA=256 Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> 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