OP-TEE / build

Makefiles to use OP-TEE on various platforms
106 stars 209 forks source link

qemuv8: rust.exp: increase timeout to 60 seconds #741

Closed jforissier closed 3 months ago

jforissier commented 3 months ago

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.

[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

jforissier commented 3 months ago

Increased the timeout to 60 seconds because 30 was not enough for the second example I give in the description.

jenswi-linaro commented 3 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>