Skip to content

Commit

Permalink
selftests: bpf: Switch off timeout
Browse files Browse the repository at this point in the history
Several bpf tests are interrupted by the default timeout of 45 seconds added
by commit 852c8cb ("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
  • Loading branch information
Jiri Benc authored and Alexei Starovoitov committed Aug 6, 2020
1 parent 0d360d6 commit 6fc5916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/bpf/settings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
timeout=0

0 comments on commit 6fc5916

Please sign in to comment.