diff options
author | Jakub Kicinski | 2024-01-24 15:36:30 -0800 |
---|---|---|
committer | Jakub Kicinski | 2024-01-25 16:00:50 -0800 |
commit | 39b383d77961a544d896242051168b8129cf5be7 (patch) | |
tree | 7be30422f49000c02be15ba6a8cfaabf6f1eea4a | |
parent | ce36ea754051cfae39eabd841f907de0e8d8a6b7 (diff) |
selftests: tcp_ao: set the timeout to 2 minutes
The default timeout for tests is 45sec, bench-lookups_ipv6
seems to take around 50sec when running in a VM without
HW acceleration. Give it a 2x margin and set the timeout
to 120sec.
Fixes: d1066c9c58d4 ("selftests/net: Add test/benchmark for removing MKTs")
Reviewed-by: Dmitry Safonov <0x7f454c46@gmail.com>
Link: https://lore.kernel.org/r/20240124233630.1977708-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | tools/testing/selftests/net/tcp_ao/settings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/tcp_ao/settings b/tools/testing/selftests/net/tcp_ao/settings new file mode 100644 index 000000000000..6091b45d226b --- /dev/null +++ b/tools/testing/selftests/net/tcp_ao/settings @@ -0,0 +1 @@ +timeout=120 |