UBUNTU: SAUCE: selftests: seccomp: bump up timeout to 5min

DEBUG| [stdout] # selftests: seccomp: seccomp_benchmark
 DEBUG| [stdout] # net.core.bpf_jit_enable = 1
 DEBUG| [stdout] # net.core.bpf_jit_harden = 0
 DEBUG| [stdout] #
 DEBUG| [stdout] not ok 2 selftests: seccomp: seccomp_benchmark # TIMEOUT 120 seconds

This test can easily fail if the testing environment is a bit
overloaded, so bump up the timeout to 5min to prevent false positive
failures.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
This commit is contained in:
Andrea Righi
2021-06-16 11:05:12 +02:00
committed by Paolo Pisati
parent efb4129066
commit 3db45d39b7
+1 -1
View File
@@ -1 +1 @@
timeout=120
timeout=300