aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Nogueira <victor@mojatatu.com>2022-03-11 12:29:42 -0300
committerDavid S. Miller <davem@davemloft.net>2022-03-14 10:27:52 +0000
commit102e4a8e12fda992803adec51be65e8d1089d4db (patch)
tree34789be08211ac5f0671ed2ddcc93b3cbf024fff
parentnet: Add lockdep asserts to ____napi_schedule(). (diff)
downloadlinux-dev-102e4a8e12fda992803adec51be65e8d1089d4db.tar.xz
linux-dev-102e4a8e12fda992803adec51be65e8d1089d4db.zip
selftests: tc-testing: Increase timeout in tdc config file
Some tests, such as Test d052: Add 1M filters with the same action, may not work with a small timeout value. Increase timeout to 24 seconds. Signed-off-by: Victor Nogueira <victor@mojatatu.com> Acked-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--tools/testing/selftests/tc-testing/tdc_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/tdc_config.py b/tools/testing/selftests/tc-testing/tdc_config.py
index ea04f04c173e..ccb0f06ef9e3 100644
--- a/tools/testing/selftests/tc-testing/tdc_config.py
+++ b/tools/testing/selftests/tc-testing/tdc_config.py
@@ -21,7 +21,7 @@ NAMES = {
'BATCH_FILE': './batch.txt',
'BATCH_DIR': 'tmp',
# Length of time in seconds to wait before terminating a command
- 'TIMEOUT': 12,
+ 'TIMEOUT': 24,
# Name of the namespace to use
'NS': 'tcut',
# Directory containing eBPF test programs