selftests/seccomp: use 90s as timeout
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Mon, 1 Jun 2020 19:50:12 +0000 (12:50 -0700)
committerKees Cook <keescook@chromium.org>
Fri, 10 Jul 2020 23:01:52 +0000 (16:01 -0700)
commitbc32c9c86581abf7baacf71342df3b0affe367db
treed54044ba404cc7a64e2b50e5e3705e9ef45b310d
parentd3a37ea9f6e548388b83fe895c7a037bc2ec3f7f
selftests/seccomp: use 90s as timeout

As seccomp_benchmark tries to calibrate how many samples will take more
than 5 seconds to execute, it may end up picking up a number of samples
that take 10 (but up to 12) seconds. As the calibration will take double
that time, it takes around 20 seconds. Then, it executes the whole thing
again, and then once more, with some added overhead. So, the thing might
take more than 40 seconds, which is too close to the 45s timeout.

That is very dependent on the system where it's executed, so may not be
observed always, but it has been observed on x86 VMs. Using a 90s timeout
seems safe enough.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Link: https://lore.kernel.org/r/20200601123202.1183526-1-cascardo@canonical.com
Signed-off-by: Kees Cook <keescook@chromium.org>
tools/testing/selftests/seccomp/settings [new file with mode: 0644]