summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/settings
diff options
context:
space:
mode:
authorJiri Benc <jbenc@redhat.com>2020-08-06 20:39:59 +0200
committerAlexei Starovoitov <ast@kernel.org>2020-08-06 16:57:05 -0700
commit6fc5916cc256b8e92cc7ad3b34cc4d2a7efa1d5c (patch)
tree05c4d9d057a103a90177594ebb7258ecc0676061 /tools/testing/selftests/bpf/settings
parent0d360d64b01231cdb36e1936de889f308fd9317f (diff)
selftests: bpf: Switch off timeout
Several bpf tests are interrupted by the default timeout of 45 seconds added by commit 852c8cbf34d3 ("selftests/kselftest/runner.sh: Add 45 second timeout per test"). In my case it was test_progs, test_tunnel.sh, test_lwt_ip_encap.sh and test_xdping.sh. There's not much value in having a timeout for bpf tests, switch it off. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/7a9198ed10917f4ecab4a3dd74bcda1200791efd.1596739059.git.jbenc@redhat.com
Diffstat (limited to 'tools/testing/selftests/bpf/settings')
-rw-r--r--tools/testing/selftests/bpf/settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/settings b/tools/testing/selftests/bpf/settings
new file mode 100644
index 000000000000..e7b9417537fb
--- /dev/null
+++ b/tools/testing/selftests/bpf/settings
@@ -0,0 +1 @@
+timeout=0